Skip to content

Commit

Permalink
Require Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Feb 1, 2024
1 parent 2a176e7 commit 619483d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"files.associations": {
"*.yaml": "home-assistant"
}
}
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inputs:
required: false
default: false
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: git-branch
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"lint": "eslint './**/*.{ts,js}'",
"test": "jest"
},
"engines": {
"node": ">=20.0.0"
},
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
Expand Down

0 comments on commit 619483d

Please sign in to comment.