Skip to content

Commit

Permalink
chore: update release workflow, drop global npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus authored Aug 22, 2024
1 parent 7e1dd1f commit 92de3ef
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,8 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3

# https://github.com/bahmutov/npm-install/issues/103#issuecomment-931226602
- name: Update NPM
run: npm install --global npm

- name: Install dependencies
run: npm ci
run: npm i

- name: Release
env:
Expand Down

0 comments on commit 92de3ef

Please sign in to comment.