Skip to content

Commit

Permalink
Merge pull request #329 from sjinks/node20
Browse files Browse the repository at this point in the history
chore: switch to Node.js 20
  • Loading branch information
sjinks authored Sep 10, 2023
2 parents 0837e6e + 77cb183 commit 7c63dae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ outputs:
description: 'Actual WordPress version'

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

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"typescript": "^5.0.0"
},
"engines": {
"node": "16"
"node": "20"
}
}

0 comments on commit 7c63dae

Please sign in to comment.