Skip to content

Commit

Permalink
🔒 Update action to use Node 20 (#379)
Browse files Browse the repository at this point in the history
Closes #390
  • Loading branch information
boredland committed May 5, 2024
1 parent 9c29c6f commit e49bbe3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ outputs:
description: 'The unique deployment url on Vercel'

runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

branding:
Expand Down
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@
"@betahuhn/config": "^1.2.0",
"@vercel/ncc": "^0.36.1",
"eslint": "^7.32.0"
},
"engines": {
"node": "20"
}
}
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,4 @@ core.debug(
)
)

module.exports = context
module.exports = context

0 comments on commit e49bbe3

Please sign in to comment.