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 c4e4aec commit 69b0b6eCopy full SHA for 69b0b6e
.github/workflows/ci.yaml
@@ -24,7 +24,7 @@ jobs:
24
- uses: pnpm/action-setup@v4.0.0
25
- uses: actions/setup-node@v4
26
with:
27
- node-version: '20.x'
+ node-version: '24.x'
28
cache: pnpm
29
- run: pnpm install --frozen-lockfile
30
- run: pnpm run lint
.github/workflows/release.yaml
@@ -25,7 +25,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
- node-version: 20.x
+ node-version: 24.x
31
.nvmrc
@@ -1 +1 @@
1
-20.15.1
+24.11.0
0 commit comments