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 8bb1a4c commit d3bf6cdCopy full SHA for d3bf6cd
.github/workflows/ci.yml
@@ -16,11 +16,11 @@ jobs:
16
- name: Install pnpm
17
uses: pnpm/action-setup@v4
18
with:
19
- version: 9
+ version: 10
20
- name: Install Node.js
21
uses: actions/setup-node@v4
22
23
- node-version: 22
+ node-version: 24
24
cache: pnpm
25
- name: Install all dependencies
26
run: pnpm install --frozen-lockfile --ignore-scripts
@@ -43,11 +43,11 @@ jobs:
43
44
45
46
47
48
49
50
51
- name: Install dependencies
52
run: pnpm install --frozen-lockfile --production --ignore-scripts
53
- name: Build
0 commit comments