We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d959b4 commit 55da5b7Copy full SHA for 55da5b7
2 files changed
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
28
strategy:
29
matrix:
30
- node-version: [20, 22]
+ node-version: [24]
31
32
steps:
33
- name: Checkout repository
@@ -36,7 +36,7 @@ jobs:
36
- name: Setup pnpm
37
uses: pnpm/action-setup@v4
38
with:
39
- version: latest
+ version: 10
40
41
- name: Setup Node.js ${{ matrix.node-version }}
42
uses: actions/setup-node@v4
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
25
- name: Setup Node.js
26
0 commit comments