Use pnpm to handle node/pnpm versions in Dockerfile (#10642)

This commit is contained in:
Samuel Newman
2026-05-29 15:40:24 +03:00
committed by GitHub
parent 98f14bab39
commit 806f31dc93
9 changed files with 62 additions and 54 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
node-version-file: package.json
- name: Reset pnpm-lock.yaml to base
env: