Skip to content

Commit e19b4c3

Browse files
committed
ci: update node version to 24
1 parent d78989a commit e19b4c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Node.js
2525
uses: actions/setup-node@v3
2626
with:
27-
node-version: 18
27+
node-version: 24
2828
registry-url: "https://registry.npmjs.org"
2929

3030
- name: Install dependencies

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
24

0 commit comments

Comments
 (0)