Skip to content

Commit 41b268e

Browse files
Update npm-publish-github-packages.yml
1 parent 354f5bc commit 41b268e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: 20
18-
- run: npm install
18+
- run: npm install --package-lock-only
1919
- run: npm ci
2020
- run: npm test
2121

@@ -31,6 +31,7 @@ jobs:
3131
with:
3232
node-version: 20
3333
registry-url: https://npm.pkg.github.com/
34+
- run: npm install --package-lock-only
3435
- run: npm ci
3536
- run: npm publish
3637
env:

0 commit comments

Comments
 (0)