Skip to content

Commit

Permalink
Use Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
rgharris committed Feb 8, 2024
1 parent dbf3606 commit e6b7890
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 20
- run: npm install
- run: npm run test
env:
Expand All @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 20
- run: npm install
- run: npm run test
env:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ inputs:
Inject secrets as environment variables for subsequent steps if set to `true`.
required: false
runs:
using: 'node16'
using: 'node20'
main: 'index.js'

0 comments on commit e6b7890

Please sign in to comment.