Skip to content

Commit

Permalink
Build with newer version of node
Browse files Browse the repository at this point in the history
  • Loading branch information
frankywahl committed Mar 11, 2024
1 parent b94c33c commit 6796bfc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.13.2
20.11.1
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ inputs:
description: Preview link to add to PR description (i.e. https://preview.example.com)
required: false
runs:
using: node16
using: node20
main: dist/index.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "jest"
},
"engines": {
"node": "16.13.2",
"node": "20.11.1",
"yarn": ">=1.22.5"
},
"dependencies": {
Expand Down

0 comments on commit 6796bfc

Please sign in to comment.