Skip to content

Commit 851a04e

Browse files
chore(deps): update dependency node to v24
1 parent 2c62905 commit 851a04e

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
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: actions/setup-node@v6
1717
with:
18-
node-version: 22.14.0
18+
node-version: 24.14.0
1919
registry-url: https://registry.npmjs.org/
2020
cache: 'pnpm'
2121

.github/workflows/main.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: 22.14.0
20+
node-version: 24.14.0
2121
registry-url: https://registry.npmjs.org/
2222
cache: 'pnpm'
2323

0 commit comments

Comments
 (0)