Skip to content

Commit

Permalink
ci: remove deprecated npm options (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Feb 14, 2023
1 parent 42bfc7b commit b164db7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
git config --global core.symlinks true
git config --global user.email ${GIT_EMAIL}
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 Expand Up @@ -103,7 +102,6 @@ jobs:
git config --global core.symlinks true
git config --global user.email ${GIT_EMAIL}
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 Expand Up @@ -144,7 +142,6 @@ jobs:
git config --global user.email ${GIT_EMAIL}
git config --global user.name 'Renovate Bot'
yarn config set version-git-tag false
npm config set scripts-prepend-node-path true
- name: Check dry run
run: |
Expand Down

0 comments on commit b164db7

Please sign in to comment.