Skip to content

Commit

Permalink
ci: run tests on node 20.5 until hotfix arrives
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored and riddla committed Mar 1, 2024
1 parent 491dc95 commit 7958325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@v3
with:
node-version: 20
node-version: 20.5
cache: "pnpm"
- run: pnpm install
- run: pnpm dev:prepare
Expand Down

0 comments on commit 7958325

Please sign in to comment.