mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-10 10:02:02 +05:30
Remove engine requirements completely
This commit is contained in:
parent
b073ebea10
commit
a0ec9574e2
@ -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
|
||||
|
@ -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/*",
|
||||
|
Loading…
Reference in New Issue
Block a user