We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f480db8 + a423101 commit b3c6f23Copy full SHA for b3c6f23
.github/workflows/test.yml
@@ -11,7 +11,8 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- node: [ '20', '18', '16' ]
+ # Remove specific version from 20 when https://github.com/tschaub/mock-fs/issues/380 is fixed
15
+ node: [ '20.7.0', '18', '16' ]
16
name: Node ${{ matrix.node }} validation
17
steps:
18
- uses: actions/checkout@v4
0 commit comments