Skip to content

Commit

Permalink
Merge pull request #1313 from mstruebing/mstruebing/pin-node-version
Browse files Browse the repository at this point in the history
ci: pin node version to 20.7.0 to make unit tests pass
  • Loading branch information
k8s-ci-robot committed Oct 9, 2023
2 parents f480db8 + a423101 commit b3c6f23
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 b3c6f23

Please sign in to comment.