Skip to content

Commit

Permalink
Try bumping everything and reordering node/pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
omnibs committed May 17, 2024
1 parent 551efad commit 636958f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2.1.0
with:
version: ^6.10
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: 20
cache: 'pnpm'
- uses: pnpm/action-setup@v4
with:
version: 8
- run: pnpm install
- run: pnpm run postinstall
- run: pnpm test

0 comments on commit 636958f

Please sign in to comment.