adopt pnpm setup action
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user