Skip to content

Commit

Permalink
Merge pull request #2114 from snyk/smoke/disable-yarn
Browse files Browse the repository at this point in the history
chore: skip Yarn Smoke Tests on Node 10
  • Loading branch information
JackuB committed Jul 27, 2021
2 parents 432ed48 + 0328318 commit af4015f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/smoke-tests.yml
Expand Up @@ -29,6 +29,8 @@ jobs:
node_version: 12
- snyk_install_method: binary
node_version: 15
- snyk_install_method: yarn # yarn doesn't support Node v10 anymore
node_version: 10
include:
- snyk_install_method: binary
os: ubuntu
Expand Down
1 change: 0 additions & 1 deletion .npmrc
@@ -1,5 +1,4 @@
@snyk:registry=https://registry.npmjs.org
engine-strict=true
package-lock=false
audit=false
fund=false

0 comments on commit af4015f

Please sign in to comment.