Skip to content

Commit 7ffca9c

Browse files
committed
ci(cd): use node 22
1 parent 4dc5fb7 commit 7ffca9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup node
3838
uses: actions/setup-node@v4
3939
with:
40-
node-version: 18.x
40+
node-version: 22.x
4141
cache: "pnpm"
4242

4343
- name: Install dependencies

0 commit comments

Comments
 (0)