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 6ccf669 commit 0d9d152Copy full SHA for 0d9d152
.github/workflows/check.yml
@@ -15,9 +15,7 @@ jobs:
15
node-version: 24
16
17
- name: Install pnpm
18
- run: |
19
- corepack enable
20
- corepack use pnpm@*
+ run: corepack enable
21
22
- name: Install dependencies
23
run: pnpm install
@@ -37,9 +35,7 @@ jobs:
37
35
38
36
39
40
41
42
43
44
45
run: |
@@ -66,9 +62,7 @@ jobs:
66
62
node-version: ${{ matrix.node }}
67
63
68
64
69
70
71
65
72
73
74
0 commit comments