Skip to content

Commit 1e53108

Browse files
authored
Bump Node to 24 (#978)
1 parent 468db16 commit 1e53108

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v6
2424
with:
25-
node-version: '20'
25+
node-version: 24
2626
cache: 'npm'
2727
- name: Build
2828
shell: bash -l {0}

.github/workflows/update-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Node.js
1313
uses: actions/setup-node@v6
1414
with:
15-
node-version: '20'
15+
node-version: 24
1616
cache: 'npm'
1717
- name: Build
1818
shell: bash -l {0}

0 commit comments

Comments
 (0)