We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354f5bc commit 41b268eCopy full SHA for 41b268e
.github/workflows/npm-publish-github-packages.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/setup-node@v4
16
with:
17
node-version: 20
18
- - run: npm install
+ - run: npm install --package-lock-only
19
- run: npm ci
20
- run: npm test
21
@@ -31,6 +31,7 @@ jobs:
31
32
33
registry-url: https://npm.pkg.github.com/
34
35
36
- run: npm publish
37
env:
0 commit comments