We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c0592f commit 85499ddCopy full SHA for 85499dd
1 file changed
.github/workflows/ci.yml
@@ -59,8 +59,6 @@ jobs:
59
uses: actions/setup-node@v4
60
with:
61
node-version: lts/*
62
- cache: pnpm
63
- cache-dependency-path: pnpm-lock.yaml
64
65
- name: Setup pnpm 10.11.0
66
uses: pnpm/action-setup@v4
@@ -84,18 +82,20 @@ jobs:
84
82
- name: Checkout
85
83
uses: actions/checkout@v4
86
+ - name: Setup pnpm 10.11.0
+ uses: pnpm/action-setup@v4
87
+ with:
88
+ version: 10.11.0
89
+ run_install: false
90
+
91
- name: Setup Node.js (LTS)
92
93
94
95
cache: pnpm
96
cache-dependency-path: pnpm-lock.yaml
97
- - name: Setup pnpm 10.11.0
- uses: pnpm/action-setup@v4
- with:
- version: 10.11.0
98
- run_install: false
99
100
- name: Install dependencies
101
run: pnpm install --frozen-lockfile
0 commit comments