Skip to content

Commit 83d63bf

Browse files
committed
use node 22
1 parent a97bbb6 commit 83d63bf

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14+
- uses: pnpm/action-setup@v4
1415
- uses: actions/setup-node@v4
1516
with:
16-
node-version: 20
17-
- run: corepack enable
18-
- uses: actions/setup-node@v4
19-
with:
20-
node-version: 20
17+
node-version: 22
2118
cache: "pnpm"
22-
cache-dependency-path: "**/pnpm-lock.yaml"
2319
- run: pnpm install --frozen-lockfile --prefer-offline
2420
- uses: actions/cache@v4
2521
with:

0 commit comments

Comments
 (0)