Skip to content

Commit

Permalink
#166 Update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Mar 12, 2024
1 parent 7869e31 commit 9ba6073
Show file tree
Hide file tree
Showing 4 changed files with 2,206 additions and 19,353 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
${{ runner.os }}-
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: 'package.json'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
${{ runner.os }}-
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: 'package.json'

Expand Down

0 comments on commit 9ba6073

Please sign in to comment.