diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a6277b0..13e6041 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -65,7 +65,7 @@ Yarn: variables: CYPRESS_INSTALL_BINARY: 0 # Don't install binary to increase caching performance between jobs script: - - yarn install --frozen-lockfile --ignore-engines + - yarn install --frozen-lockfile Yarn E2E: stage: prepare @@ -75,7 +75,7 @@ Yarn E2E: cache: policy: pull-push script: - - yarn install --frozen-lockfile --ignore-engines + - yarn install --frozen-lockfile only: refs: - master diff --git a/package.json b/package.json index 3e8ccd9..eb4a8a4 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,7 @@ "license": "Apache-2.0", "repository": "https://github.com/elyby/accounts-frontend", "engines": { - "node": ">=10.0.0", - "yarn": "1.19.1" + "node": ">=10.0.0" }, "workspaces": [ "packages/*",