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.
1 parent 7a4392d commit b2c2504Copy full SHA for b2c2504
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
# Remove specific version from 20 when https://github.com/tschaub/mock-fs/issues/380 is fixed
15
- node: [ '22', '20.7.0', '18', '16' ]
+ node: [ '22', '20.7.0', '18' ]
16
name: Node ${{ matrix.node }} validation
17
steps:
18
- uses: actions/checkout@v4
0 commit comments