Skip to content

Commit

Permalink
Update node version #1405
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Mar 11, 2024
1 parent 6898149 commit 478ec06
Show file tree
Hide file tree
Showing 5 changed files with 4,351 additions and 17,393 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
${{ runner.os }}-node-
${{ runner.os }}-
- name: Use Node.js 16.x
uses: actions/setup-node@v3
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version-file: 'package.json'

- name: Npm install
run: npm ci
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- name: Use Node.js 16.x
uses: actions/setup-node@v3
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version-file: 'package.json'

- name: Npm install
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v20
Loading

0 comments on commit 478ec06

Please sign in to comment.