Skip to content

Commit 224824d

Browse files
committed
Change npm ci to npm install
1 parent fff4cd7 commit 224824d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish-github-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-node@v3
1616
with:
1717
node-version: 16
18-
- run: cd library && npm ci
18+
- run: cd library && npm install
1919
- run: npm test
2020

2121
publish-gpr:
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
node-version: 16
3232
registry-url: https://registry.npmjs.org
33-
- run: cd library && npm ci && npm run build
33+
- run: cd library && npm install && npm run build
3434
- run: npm publish
3535
env:
3636
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)