mirror of
https://github.com/actions/setup-go.git
synced 2025-09-06 02:16:01 -06:00
Node 24 upgrade
Doing an upgrade for node 24, node 24 is stricter with types so need to add a type for achitecture
This commit is contained in:
parent
8e57b58e57
commit
abe7d6b8af
6 changed files with 20 additions and 9 deletions
|
@ -4,6 +4,9 @@
|
|||
"private": true,
|
||||
"description": "setup go action",
|
||||
"main": "lib/setup-go.js",
|
||||
"engines": {
|
||||
"node": ">=24.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc && ncc build -o dist/setup src/setup-go.ts && ncc build -o dist/cache-save src/cache-save.ts",
|
||||
"format": "prettier --no-error-on-unmatched-pattern --config ./.prettierrc.js --write \"**/*.{ts,yml,yaml}\"",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue