Skip to content

Commit 72b0a95

Browse files
committed
use node-version 24
1 parent ce08ad2 commit 72b0a95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

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

1818
- uses: actions/setup-node@v6
1919
with:
20-
node-version: 21
20+
node-version: 24
2121
cache: npm
2222

2323
- name: Build

.github/workflows/test.yml

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

1414
- uses: actions/setup-node@v6
1515
with:
16-
node-version: 21
16+
node-version: 24
1717
cache: npm
1818

1919
- name: Build

0 commit comments

Comments
 (0)