Skip to content

Commit

Permalink
bump to use node20 runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
minchao committed Apr 16, 2024
1 parent 5e02624 commit 33ec24f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '16.x'
node-version: '20.x'
- name: Install dependencies
run: npm ci
- run: npm run build --if-present
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ branding:
icon: 'terminal'
color: 'blue'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
inputs:
version:
Expand Down

0 comments on commit 33ec24f

Please sign in to comment.