chore: migrate package manager from npm to pnpm #110

Merged
Philipp merged 4 commits from feature/migrate-to-pnpm into main 2026-08-11 00:20:02 +02:00
2 changed files with 3 additions and 0 deletions
Showing only changes of commit b9a1a628af - Show all commits
+2
View File
@@ -14,6 +14,8 @@ jobs:
with:
node-version: '24'
- uses: pnpm/action-setup@v4
with:
version: 11
- run: pnpm install --frozen-lockfile
shell: bash
- run: pnpm test
+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",