Skip to content

Commit 6c2a666

Browse files
authored
Remove npm install from build job
Signed-off-by: Antonette Caldwell <[email protected]>
1 parent f6abad9 commit 6c2a666

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)