Skip to content

Commit ee87566

Browse files
committed
use node 22
1 parent a97bbb6 commit ee87566

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: 20
16+
node-version: 22
1717
- run: corepack enable
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 20
20+
node-version: 22
2121
cache: "pnpm"
2222
cache-dependency-path: "**/pnpm-lock.yaml"
2323
- run: pnpm install --frozen-lockfile --prefer-offline

0 commit comments

Comments
 (0)