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 d0445f8 commit a917e1bCopy full SHA for a917e1b
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install Node
30
uses: actions/setup-node@v6
31
with:
32
- node-version: 20.x
+ node-version: 24.x
33
cache: pnpm
34
- name: Install Dependencies
35
run: pnpm install --frozen-lockfile
@@ -50,7 +50,7 @@ jobs:
50
version: 10
51
- uses: actions/setup-node@v6
52
53
54
55
56
run: pnpm install --no-lockfile
@@ -86,7 +86,7 @@ jobs:
86
87
88
89
90
91
92
0 commit comments