Skip to content

Commit

Permalink
Fix #23: Use node20 runner instead of EOL node16 (#24)
Browse files Browse the repository at this point in the history
* Use node20 runner instead of EOL node16

* Updated dependencies to node ^20.11
  • Loading branch information
penyaskito authored Mar 21, 2024
1 parent a2b5d84 commit 9dc2229
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: |
This action installs **DDEV** in your Github Workflow.
author: 'Jonas Eberle and DDEV contributors'
runs:
using: 'node16'
using: 'node20'
main: 'lib/main.js'
branding:
icon: cpu
Expand Down
18 changes: 13 additions & 5 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
Expand Up @@ -15,11 +15,11 @@
"setup"
],
"engines": {
"node": "^18.16.0"
"node": "^20.11.0"
},
"author": "Jonas Eberle",
"dependencies": {
"@actions/core": "^1.10.0",
"@types/node": "^18.16.0"
"@types/node": "^20.11.25"
}
}

0 comments on commit 9dc2229

Please sign in to comment.