Skip to content

Commit 4470640

Browse files
chore(deps): update dependency node to v24
1 parent 0cbff43 commit 4470640

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: actions/setup-node@v5
2424
with:
25-
node-version: 22
25+
node-version: 24
2626

2727
- run: npm install
2828

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-node@v5
1818
with:
19-
node-version: 22
19+
node-version: 24
2020

2121
- run: npm install
2222

0 commit comments

Comments
 (0)