Skip to content

Commit 636958f

Browse files
committed
Try bumping everything and reordering node/pnpm
1 parent 551efad commit 636958f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16-
- uses: pnpm/[email protected]
17-
with:
18-
version: ^6.10
1916
- uses: actions/setup-node@v4
2017
with:
21-
node-version: '16'
18+
node-version: 20
2219
cache: 'pnpm'
20+
- uses: pnpm/action-setup@v4
21+
with:
22+
version: 8
2323
- run: pnpm install
2424
- run: pnpm run postinstall
2525
- run: pnpm test

0 commit comments

Comments
 (0)