mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-07-03 04:02:50 +08:00
feat!: update to Node 24
BREAKING CHANGE: Run action on Node 24 Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
This commit is contained in:
parent
9c11768144
commit
11beaa1c2d
@ -1 +1 @@
|
||||
20.19.3
|
||||
24.14.1
|
||||
|
||||
@ -65,6 +65,6 @@ inputs:
|
||||
required: false
|
||||
|
||||
runs:
|
||||
using: node20
|
||||
using: node24
|
||||
main: dist/index.js
|
||||
post: dist/post.js
|
||||
|
||||
6064
package-lock.json
generated
6064
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -22,7 +22,7 @@
|
||||
".": "./dist/index.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
"node": ">=24"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "^3.0.1",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"target": "ES2024",
|
||||
"module": "NodeNext",
|
||||
"rootDir": "./src",
|
||||
"moduleResolution": "NodeNext",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user