adopt pnpm setup action

This commit is contained in:
Samuel Newman
2026-08-11 16:36:59 +03:00
parent 87548a6578
commit 0d413614b4
6 changed files with 35 additions and 50 deletions
+3 -5
View File
@@ -24,12 +24,10 @@ jobs:
BASE_REF: ${{ github.base_ref }}
run: git fetch origin $BASE_REF --depth=1
- uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
- name: 🔧 Install node
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
- name: 📦 Setup pnpm and Node
uses: pnpm/setup@84cb39b217b10273981911c288cd62326dc7c6d2 # v2.0.2
with:
node-version-file: package.json
install: false
- name: ⏪ Reset pnpm-lock.yaml to base
env: