Skip to content

Commit

Permalink
Merge pull request #383 from nilwurtz/master
Browse files Browse the repository at this point in the history
🆙 update node16 -> 20
  • Loading branch information
spowelljr authored Feb 16, 2024
2 parents 2fa0a73 + 4a66b26 commit 606b719
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
with:
node-version: 20
- run: |
npm ci
npm run all
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ inputs:
required: false
default: ''
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit 606b719

Please sign in to comment.