Skip to content

Commit ae8d63e

Browse files
Update dependency node to v24
1 parent 706c8dd commit ae8d63e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/setup-go@v5
2020
- uses: actions/setup-node@v4
2121
with:
22-
node-version: 22.x
22+
node-version: 24.x
2323
cache: yarn
2424
- name: Install Dependencies
2525
run: yarn install --frozen-lockfile

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v5
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: 22.x
15+
node-version: 24.x
1616
cache: yarn
1717
- name: Install Dependencies
1818
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)