Skip to content

Commit

Permalink
feat: script'n'test
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Mar 28, 2024
1 parent 353193b commit 5002832
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 741 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
persist-credentials: false
fetch-depth: 0

- name: Use Node 14.x
- name: Use Node 18.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x

- name: Install deps
run: npm install
Expand Down
Loading

0 comments on commit 5002832

Please sign in to comment.