Skip to content

Commit

Permalink
Merge branch 'kubernetes-client:master' into some-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ananya2001-an authored Oct 10, 2023
2 parents ddc5c63 + 46af8cb commit 4dbfe9e
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 27 deletions.
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
69 changes: 43 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4dbfe9e

Please sign in to comment.