Skip to content

Commit

Permalink
test(smoke): introduce Node 14 into the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
JackuB committed Oct 27, 2020
1 parent b0f3d71 commit e6a465d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ jobs:
matrix:
os: [ubuntu, macos, windows]
snyk_install_method: [binary, npm]
node_version: [8, 10, 12]
node_version: [8, 10, 12, 14]
exclude:
- snyk_install_method: binary
node_version: 8
- snyk_install_method: binary
node_version: 10
- snyk_install_method: binary
node_version: 12
include:
- snyk_install_method: binary
os: ubuntu
Expand Down

0 comments on commit e6a465d

Please sign in to comment.