Skip to content

Commit 6c2a666

Browse files
authored
Remove npm install from build job
Signed-off-by: Antonette Caldwell <134739862+nebula-aac@users.noreply.github.com>
1 parent f6abad9 commit 6c2a666

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.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)