Skip to content

Commit b599e25

Browse files
authored
Merge pull request #729 from layer5io/505-remove-redundant-npm-i
Remove `npm install` from build job
2 parents 8c9cb0e + 6c2a666 commit b599e25

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
- uses: actions/setup-node@v3
1919
with:
2020
node-version: 18
21-
- run: |
22-
npm install
2321

2422
publish-gpr:
2523
needs: build

0 commit comments

Comments
 (0)