Compare commits

..

1 Commits

Author SHA1 Message Date
Salman Chishti
01e3301ee4
Merge 4aa78f05e5 into 5e2628c959 2025-08-08 06:42:18 +00:00
2 changed files with 0 additions and 6 deletions

3
package-lock.json generated
View File

@ -37,9 +37,6 @@
"prettier": "^2.8.4",
"ts-jest": "^29.1.2",
"typescript": "^5.4.2"
},
"engines": {
"node": ">=24.0.0"
}
},
"node_modules/@aashutoshrathi/word-wrap": {

View File

@ -4,9 +4,6 @@
"private": true,
"description": "setup node action",
"main": "lib/setup-node.js",
"engines": {
"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",
"format": "prettier --no-error-on-unmatched-pattern --config ./.prettierrc.js --write \"**/*.{ts,yml,yaml}\"",