Skip to content

Commit 9946801

Browse files
committed
chore(deps): update dependency node to v24
1 parent 6ae50bd commit 9946801

File tree

3 files changed

+30
-109
lines changed

3 files changed

+30
-109
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Node.js
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: 22.x
17+
node-version: 24.x
1818
- name: Build Action
1919
run: cd action && npm i && npm run all
2020
- name: Check if there's a diff

0 commit comments

Comments
 (0)