We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9973f8b commit c581269Copy full SHA for c581269
.github/workflows/ci.yml
@@ -24,18 +24,18 @@ jobs:
24
- name: Checkout
25
uses: actions/checkout@v4
26
27
- - name: Set up Node.js
28
- uses: actions/setup-node@v4
29
- with:
30
- node-version: ${{ matrix.node-version }}
31
- cache: 'pnpm'
32
-
33
- name: Install pnpm
34
uses: pnpm/action-setup@v4
35
with:
36
version: 10.17.1
37
run_install: false
38
+ - name: Set up Node.js
+ uses: actions/setup-node@v4
+ with:
+ node-version: ${{ matrix.node-version }}
+ cache: 'pnpm'
+
39
- name: Install dependencies
40
run: pnpm install --frozen-lockfile
41
0 commit comments