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 832707f commit 1c3bbe5Copy full SHA for 1c3bbe5
3 files changed
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- uses: actions/setup-node@v6
26
with:
27
- node-version: 22
+ node-version: 24
28
cache: yarn
29
registry-url: https://registry.npmjs.org
30
.github/workflows/testing.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/setup-node@v6
20
21
22
23
- name: Install dependencies
run: yarn install --immutable
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
46
.nvmrc
@@ -1 +1 @@
1
-20.*
+24.*
0 commit comments