Skip to content

Commit 560d039

Browse files
chore(deps): update dependency node to v24
1 parent 257846c commit 560d039

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
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: actions/setup-node@v6
2121
with:
22-
node-version: 22
22+
node-version: 24
2323

2424
- run: npm ci
2525

.github/workflows/pull-request.yml

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

1515
- uses: actions/setup-node@v6
1616
with:
17-
node-version: 22
17+
node-version: 24
1818

1919
- run: npm ci
2020

0 commit comments

Comments
 (0)