fix(ci): specify pnpm version for action-setup and set packageManager in package.json
Lint / pre-commit Linting (push) Successful in 32s
Test / Run Tests (push) Failing after 38s

This commit is contained in:
2026-08-10 23:56:43 +02:00
parent 8d01aa033f
commit b9a1a628af
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@
"version": "0.2.1",
"description": "Deploys screeps code to the official game or a private server.",
"type": "module",
"packageManager": "pnpm@11.21.0",
"main": "index.js",
"scripts": {
"start": "node index.js",