Skip to content

Commit 352505f

Browse files
committed
update workflows
1 parent c62a974 commit 352505f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Use Node.js
4646
uses: actions/setup-node@v3
4747
with:
48-
node-version: 18.x
48+
node-version: 22.x
4949
- name: restore lerna
5050
uses: actions/cache@v3
5151
with:

.github/workflows/project-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Use Node.js
3030
uses: actions/setup-node@v3
3131
with:
32-
node-version: 18.x
32+
node-version: 22.x
3333
- name: restore lerna
3434
uses: actions/cache@v3
3535
with:

0 commit comments

Comments
 (0)