Skip to content

Commit

Permalink
Merge pull request #729 from layer5io/505-remove-redundant-npm-i
Browse files Browse the repository at this point in the history
Remove `npm install` from build job
  • Loading branch information
leecalcote authored Sep 17, 2024
2 parents 8c9cb0e + 6c2a666 commit b599e25
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: |
npm install

publish-gpr:
needs: build
Expand Down

0 comments on commit b599e25

Please sign in to comment.