Skip to content

Commit

Permalink
ci: pin node version to 20.7.0 to make unit tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
mstruebing committed Oct 6, 2023
1 parent f480db8 commit a423101
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '20', '18', '16' ]
# Remove specific version from 20 when https://github.com/tschaub/mock-fs/issues/380 is fixed
node: [ '20.7.0', '18', '16' ]
name: Node ${{ matrix.node }} validation
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a423101

Please sign in to comment.