Merge remote-tracking branch 'origin/master' into update-node

This commit is contained in:
Zoltan Kochan 2026-02-17 13:26:46 +01:00
commit 9a52a9ef25
No known key found for this signature in database
GPG key ID: 649E4D4AF74E7DEC
14 changed files with 711 additions and 42 deletions

View file

@ -7,10 +7,12 @@
"update-pnpm-dist": "pnpm install && cp ./node_modules/pnpm/dist/pnpm.cjs ./dist/pnpm.cjs && cp ./node_modules/pnpm/dist/worker.js ./dist/worker.js"
},
"dependencies": {
"@actions/cache": "^4.1.0",
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/glob": "^0.5.0",
"@types/expand-tilde": "^2.0.2",
"@types/node": "^22.0.0",
"@types/node-fetch": "^2.6.11",
"expand-tilde": "^2.0.2",
"yaml": "^2.3.4",
"zod": "^3.22.4"