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 fd31eb3 commit cae3577Copy full SHA for cae3577
1 file changed
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install Node.js & pnpm
17
uses: pnpm/setup@5d160c5bc68a09337ad0d5654e237e03253b5879 # v1.0.0
18
with:
19
- version: 11.10.0
+ version: 11
20
runtime: node@26
21
- name: Install dependencies
22
run: pnpm ci
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
runtime: node@${{ matrix.node }}
41
42
run: pnpm install --frozen-lockfile --ignore-scripts
0 commit comments