Skip to content
Snippets Groups Projects
Verified Commit 590f6bc4 authored by Jan Loewe's avatar Jan Loewe :speech_balloon:
Browse files

chore(pkg): use v3.5.0 of yarn

parent c85c32e0
No related branches found
No related tags found
3 merge requests!10Refactor Test Resources,!6Adaptations for new DCC V3.2.1,!5Add tests
Pipeline #18616 failed
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
......@@ -613,3 +613,5 @@ $RECYCLE.BIN/
lib
junit.xml
.yarn/
image: node:18.14.0
image: node:18.15.0
stages:
- test
......@@ -32,10 +32,11 @@ proxy:
- if [[ "$behind_proxy" == true ]]; then
- npm config set proxy $http_proxy
- npm config set https-proxy $https_proxy
- yarn config set -H httpProxy $http_proxy
- yarn config set -H httpsProxy $https_proxy
- fi
# install deps
- yarn install --frozen-lockfile --no-progress --cache-folder .yarn
- yarn install --immutable
# === Job: Unit Tests ===
# Description: this job runs the unit tests
......
.yarnrc.yml 0 → 100644
nodeLinker: node-modules
......@@ -50,5 +50,6 @@
"!**/*.json",
"LICENSE",
"README.md"
]
],
"packageManager": "yarn@3.5.0"
}
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment