We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 247fc1b commit 65b1a38Copy full SHA for 65b1a38
.github/workflows/node.js.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Use Node.js 20
11
uses: actions/setup-node@v3
12
with:
13
- node-version: 20
+ node-version: 24
14
cache: 'pnpm'
15
- name: Install dependencies
16
run: pnpm install
.github/workflows/statistics.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
22
23
24
.nvmrc
@@ -1 +1 @@
1
-20.19
+24.12
0 commit comments