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
...@@ -613,3 +613,5 @@ $RECYCLE.BIN/ ...@@ -613,3 +613,5 @@ $RECYCLE.BIN/
lib lib
junit.xml junit.xml
.yarn/
image: node:18.14.0 image: node:18.15.0
stages: stages:
- test - test
...@@ -32,10 +32,11 @@ proxy: ...@@ -32,10 +32,11 @@ proxy:
- if [[ "$behind_proxy" == true ]]; then - if [[ "$behind_proxy" == true ]]; then
- npm config set proxy $http_proxy - npm config set proxy $http_proxy
- npm config set https-proxy $https_proxy - npm config set https-proxy $https_proxy
- yarn config set -H httpProxy $http_proxy
- yarn config set -H httpsProxy $https_proxy
- fi - fi
# install deps # install deps
- yarn install --frozen-lockfile --no-progress --cache-folder .yarn - yarn install --immutable
# === Job: Unit Tests === # === Job: Unit Tests ===
# Description: this job runs the unit tests # Description: this job runs the unit tests
......
nodeLinker: node-modules
...@@ -50,5 +50,6 @@ ...@@ -50,5 +50,6 @@
"!**/*.json", "!**/*.json",
"LICENSE", "LICENSE",
"README.md" "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