Skip to content

Commit 6f668c0

Browse files
committed
ci: use node 22
1 parent c4baf3d commit 6f668c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- name: Install pnpm
1616
uses: pnpm/action-setup@v4
1717

18-
- name: Set node version to 16
18+
- name: Set node version to 22
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 18
21+
node-version: 22
2222
cache: 'pnpm'
2323

2424
- run: pnpm install

0 commit comments

Comments
 (0)