Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
DevOps
Project Templates
Commits
73badb96
Commit
73badb96
authored
Apr 21, 2021
by
Georgi Petkov
Browse files
fix: adding --ignore-engines to yarn install because of @apollo/federation node <15 restriction
parent
30aac2d0
Pipeline
#29833
passed with stages
in 22 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
73badb96
image
:
"
node:15.14"
variables
:
FF_GITLAB_REGISTRY_HELPER_IMAGE
:
1
stages
:
-
setup
-
test
...
...
gitlab-ci/build.yml
View file @
73badb96
...
...
@@ -13,4 +13,4 @@ build:
script
:
-
node -v
-
yarn build
-
yarn install --frozen-lockfile --production --ignore-scripts
-
yarn install --frozen-lockfile --production --ignore-scripts
--ignore-engines
gitlab-ci/setup.yml
View file @
73badb96
...
...
@@ -7,4 +7,4 @@ setup:
interruptible
:
true
script
:
-
node -v
-
yarn install --frozen-lockfile
-
yarn install --frozen-lockfile
--ignore-engines
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment