This commit is contained in:
parent
5cda10bec1
commit
96db0122e0
@ -15,10 +15,12 @@ jobs:
|
|||||||
- uses: https://github.com/actions/setup-node@v4
|
- uses: https://github.com/actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 22
|
node-version: 22
|
||||||
cache: pnpm
|
|
||||||
|
|
||||||
- uses: https://github.com/pnpm/action-setup@v3
|
- uses: https://github.com/pnpm/action-setup@v3
|
||||||
with: { version: 9, run_install: false }
|
with:
|
||||||
|
version: 9
|
||||||
|
run_install: false
|
||||||
|
cache: true
|
||||||
|
|
||||||
- name: Install
|
- name: Install
|
||||||
run: pnpm install --frozen-lockfile
|
run: pnpm install --frozen-lockfile
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user