Skip to content

Commit

Permalink
fix: lock node version in CI
Browse files Browse the repository at this point in the history
* My guess is, it's related to this => nodejs/node#49497
* But could be something else. Seems to only happen in 20.6.0
  • Loading branch information
lancetipton committed Sep 12, 2023
1 parent 1de2a32 commit 15a0f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 20.5.1

- uses: pnpm/action-setup@v2
name: Install pnpm
Expand Down

0 comments on commit 15a0f4e

Please # to comment.