Skip to content

Commit 65b1a38

Browse files
Update Node.js to v24
1 parent 247fc1b commit 65b1a38

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Use Node.js 20
1111
uses: actions/setup-node@v3
1212
with:
13-
node-version: 20
13+
node-version: 24
1414
cache: 'pnpm'
1515
- name: Install dependencies
1616
run: pnpm install

.github/workflows/statistics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Use Node.js 20
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: 20
21+
node-version: 24
2222
cache: 'pnpm'
2323
- name: Install dependencies
2424
run: pnpm install

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.19
1+
24.12

0 commit comments

Comments
 (0)