Skip to content

Commit

Permalink
chore: add node 20 to smoke test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiandoetsch committed Apr 26, 2024
1 parent 17abca3 commit 345c6ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
os: [ubuntu, macos, windows]
snyk_install_method: [binary, npm, yarn, brew]
node_version: [16, 18]
node_version: [16, 18, 20]
exclude:
# Skip yarn for Windows, as it's a bit crazy to get it working in CI environment. Unless we see evidence we need it, I'd avoid it
- snyk_install_method: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snyk-protect-production-smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]
node_version: [16, 18]
node_version: [16, 18, 20]
runs-on: ${{ matrix.os }}-latest
steps:
# Avoid modifying line endings in fixtures.
Expand Down

0 comments on commit 345c6ea

Please sign in to comment.