Skip to content

Commit af72a42

Browse files
chore(deps): update dependency node to v24
1 parent 4c76563 commit af72a42

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/bootstrap.yaml

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

3434
- uses: actions/setup-node@v4
3535
with:
36-
node-version: "22.x"
36+
node-version: "24.x"
3737
cache: "npm"
3838

3939
- name: Install dependencies

.github/workflows/deploy.yaml

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

2727
- uses: actions/setup-node@v4
2828
with:
29-
node-version: "22.x"
29+
node-version: "24.x"
3030
cache: "npm"
3131

3232
- name: Install dependencies

.github/workflows/test-and-release.yaml

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

2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: "22.x"
23+
node-version: "24.x"
2424
cache: "npm"
2525

2626
- name: Install dependencies

0 commit comments

Comments
 (0)