Pending changes exported from your codespace

This commit is contained in:
koyhpvx 2025-06-24 12:07:25 +00:00
parent 08f58d1471
commit 41b1b27a90

View file

@ -4,6 +4,7 @@
"private": true,
"description": "setup node action",
"main": "lib/setup-node.js",
"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}\"",