Skip to content

Commit 753d949

Browse files
committed
update node version in project build script
1 parent daf1763 commit 753d949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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: 16.x
32+
node-version: 22.x
3333
- name: restore lerna
3434
uses: actions/cache@v3
3535
with:

0 commit comments

Comments
 (0)