Skip to content

Commit

Permalink
ci: remove obsolete npm settings (#20296)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Feb 8, 2023
1 parent e68cd13 commit 5a6a046
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -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)"
Expand Down Expand Up @@ -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)"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-npm.yml
Expand Up @@ -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
Expand Down

0 comments on commit 5a6a046

Please sign in to comment.