Skip to content

Commit dd9881c

Browse files
ci: Add npm install runner
1 parent 72b9270 commit dd9881c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
with:
1717
node-version: '20.x'
1818
registry-url: https://registry.npmjs.org
19+
- run: npm install --package-lock-only
1920
- run: npm ci
2021
- run: npm publish
2122
env:

0 commit comments

Comments
 (0)