Skip to content

Commit

Permalink
build: Fix node version to 20.4 to work around issue with mock-fs
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyJones committed Oct 31, 2023
1 parent f602dd6 commit 709b10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: [18, 20]
node: [18, 20.4]
os: [ubuntu-latest, windows-latest]
env:
OS: ${{ matrix.os }}
Expand Down

0 comments on commit 709b10b

Please sign in to comment.