Skip to content

Commit b3c6f23

Browse files
authored
Merge pull request #1313 from mstruebing/mstruebing/pin-node-version
ci: pin node version to 20.7.0 to make unit tests pass
2 parents f480db8 + a423101 commit b3c6f23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node: [ '20', '18', '16' ]
14+
# Remove specific version from 20 when https://github.com/tschaub/mock-fs/issues/380 is fixed
15+
node: [ '20.7.0', '18', '16' ]
1516
name: Node ${{ matrix.node }} validation
1617
steps:
1718
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)