Skip to content
Snippets Groups Projects
Unverified Commit 5a6a046c authored by Michael Kriese's avatar Michael Kriese Committed by GitHub
Browse files

ci: remove obsolete npm settings (#20296)

parent e68cd13a
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,6 @@ jobs:
git config --global core.symlinks true
git config --global user.email 'renovate@whitesourcesoftware.com'
git config --global user.name 'Renovate Bot'
npm config set scripts-prepend-node-path true
git --version
echo "Node $(node --version)"
echo "Yarn $(yarn --version)"
......@@ -122,7 +121,6 @@ jobs:
git config --global core.symlinks true
git config --global user.email 'renovate@whitesourcesoftware.com'
git config --global user.name 'Renovate Bot'
npm config set scripts-prepend-node-path true
echo "Node $(node --version)"
echo "Yarn $(yarn --version)"
......
......@@ -55,7 +55,6 @@ jobs:
git config --global user.email 'renovate@whitesourcesoftware.com'
git config --global user.name 'Renovate Bot'
yarn config set version-git-tag false
npm config set scripts-prepend-node-path true
- name: Installing dependencies
run: yarn install --frozen-lockfile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment