Skip to content

Commit

Permalink
Transitioning from Node 16 to Node 20 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorzkrukowski committed Feb 27, 2024
1 parent 938ddbf commit e2dcd02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
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@v1
with:
node-version: '16.x'
node-version: '20.x'
- run: npm install --global @zeit/ncc
- run: npm ci
- run: npm run lint
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ inputs:
description: 'The remote password'
default: ''
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit e2dcd02

Please sign in to comment.