Skip to content

Commit

Permalink
up to node 20, gh-actions require 20 now
Browse files Browse the repository at this point in the history
  • Loading branch information
dwdozier committed May 31, 2024
1 parent 6344a73 commit 66359f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "configure-action",
"version": "2.2.0",
"version": "2.2.1",
"description": "Securely deliver CloudTruth configuration and secrets into your GitHub Actions workflows.",
"main": "lib/main.js",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
},
"engines": {
"node": ">=16.0.0 <17.0.0",
"node": "<=20",
"npm": ">=8"
},
"repository": {
Expand Down

0 comments on commit 66359f4

Please sign in to comment.