Skip to content

Commit

Permalink
Update action runtime to node 20 (#2340)
Browse files Browse the repository at this point in the history
* feat: update action runtime to node 20

* ci: run with node v20, matching action manifest
  • Loading branch information
ericcornelissen committed Oct 9, 2023
1 parent c8e3bd8 commit 39832cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: npm
- run: npm ci
- run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -81,7 +81,7 @@ outputs:
pull-request-head-sha:
description: 'The commit SHA of the pull request branch.'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'git-pull-request'
Expand Down

0 comments on commit 39832cb

Please sign in to comment.