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 4cb752a commit a28c161Copy full SHA for a28c161
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install Node
27
uses: actions/setup-node@v6
28
with:
29
- node-version: 20.x
+ node-version: 24.x
30
cache: pnpm
31
- name: Install Dependencies
32
run: pnpm install --frozen-lockfile
@@ -47,7 +47,7 @@ jobs:
47
version: 10
48
- uses: actions/setup-node@v6
49
50
51
52
53
run: pnpm install --no-lockfile
@@ -82,7 +82,7 @@ jobs:
82
83
84
85
86
87
88
0 commit comments