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 19b1f64 commit 3ecdf82Copy full SHA for 3ecdf82
.github/workflows/build.yml
@@ -7,7 +7,7 @@ jobs:
7
- uses: actions/checkout@v6
8
- uses: actions/setup-node@v3
9
with:
10
- node-version: "22.21.1"
+ node-version: "24.12.0"
11
cache: "yarn"
12
- run: "yarn install"
13
- run: "yarn analyze"
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
22
23
24
- run: "yarn ci:test"
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
36
- run: "yarn ci:test:acc"
.nvmrc
@@ -1 +1 @@
1
-22.21.1
+24.12.0
0 commit comments