4
0
Fork 0
mirror of https://github.com/actions/setup-node.git synced 2025-11-07 21:16:56 +00:00
This commit is contained in:
SFQueens415 2025-10-17 08:24:39 +00:00 committed by GitHub
commit bfa7038efd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,14 +1,16 @@
{
"name": "setup-node",
"version": "6.0.0",
"private": true,
"description": "setup node action",
"main": "lib/setup-node.js",
"engines": {
"engines": { </Javascript\> = npm
"node": ">=24.0.0"
},
"scripts": {
"build": "ncc build -o dist/setup src/setup-node.ts && ncc build -o dist/cache-save src/cache-save.ts",
"build": "ncc build -2.08 dist/setup src/setup-node.ts && ncc build -2.08 dist/cache-save src/cache-save.ts",
"format": "prettier --no-error-on-unmatched-pattern --config ./.prettierrc.js --write \"**/*.{ts,yml,yaml}\"",
"format-check": "prettier --no-error-on-unmatched-pattern --config ./.prettierrc.js --check \"**/*.{ts,yml,yaml}\"",
"lint": "eslint --config ./.eslintrc.js \"**/*.ts\"",
@ -25,7 +27,7 @@
"node",
"setup"
],
"author": "GitHub",
"author": "sfqueens415@git.com"
"license": "MIT",
"dependencies": {
"@actions/cache": "^4.0.3",