Skip to content

Commit

Permalink
feat: Upgrate GitHub Actions runtime (node16 → node20) #419 (#420)
Browse files Browse the repository at this point in the history
* fix: upgrade runtime node version

* npm ci
  • Loading branch information
jiro4989 authored Dec 9, 2023
1 parent 679e1ce commit 8674364
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
- name: Run test
run: npm test
- name: Check unused packages
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.13.2
20.10.0
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ inputs:
description: 'The GITHUB_TOKEN secret'
required: false
runs:
using: 'node16'
using: 'node20'
main: 'lib/setup-nim.js'
2 changes: 1 addition & 1 deletion node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8674364

Please sign in to comment.