mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-23 21:49:54 +05:30
Remove engine requirements completely
This commit is contained in:
parent
b073ebea10
commit
a0ec9574e2
@ -65,7 +65,7 @@ Yarn:
|
|||||||
variables:
|
variables:
|
||||||
CYPRESS_INSTALL_BINARY: 0 # Don't install binary to increase caching performance between jobs
|
CYPRESS_INSTALL_BINARY: 0 # Don't install binary to increase caching performance between jobs
|
||||||
script:
|
script:
|
||||||
- yarn install --frozen-lockfile --ignore-engines
|
- yarn install --frozen-lockfile
|
||||||
|
|
||||||
Yarn E2E:
|
Yarn E2E:
|
||||||
stage: prepare
|
stage: prepare
|
||||||
@ -75,7 +75,7 @@ Yarn E2E:
|
|||||||
cache:
|
cache:
|
||||||
policy: pull-push
|
policy: pull-push
|
||||||
script:
|
script:
|
||||||
- yarn install --frozen-lockfile --ignore-engines
|
- yarn install --frozen-lockfile
|
||||||
only:
|
only:
|
||||||
refs:
|
refs:
|
||||||
- master
|
- master
|
||||||
|
@ -16,8 +16,7 @@
|
|||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": "https://github.com/elyby/accounts-frontend",
|
"repository": "https://github.com/elyby/accounts-frontend",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.0.0",
|
"node": ">=10.0.0"
|
||||||
"yarn": "1.19.1"
|
|
||||||
},
|
},
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*",
|
"packages/*",
|
||||||
|
Loading…
Reference in New Issue
Block a user