From 073be1c2892a8229e219aa207f51421994c6ae6f Mon Sep 17 00:00:00 2001 From: Jakub Mikulas Date: Mon, 26 Jul 2021 23:18:13 +0200 Subject: [PATCH 1/2] chore: skip Yarn Smoke Tests on Node 10 --- .github/workflows/smoke-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/smoke-tests.yml b/.github/workflows/smoke-tests.yml index 7e9c36a170c..e5309a72f3e 100644 --- a/.github/workflows/smoke-tests.yml +++ b/.github/workflows/smoke-tests.yml @@ -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 From 0328318dcba176c88aef1ca45e1a794ee0534966 Mon Sep 17 00:00:00 2001 From: Jakub Mikulas Date: Tue, 27 Jul 2021 09:50:58 +0200 Subject: [PATCH 2/2] chore: disable strict engines check in npmrc To unblock Node v10 CI pipelines --- .npmrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.npmrc b/.npmrc index 86074340739..73e4f47fcd1 100644 --- a/.npmrc +++ b/.npmrc @@ -1,5 +1,4 @@ @snyk:registry=https://registry.npmjs.org -engine-strict=true package-lock=false audit=false fund=false