We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b4c89 commit f2b418aCopy full SHA for f2b418a
.github/workflows/publish.yml
@@ -15,6 +15,7 @@ jobs:
15
- uses: actions/setup-node@v3
16
with:
17
node-version: 16
18
+ - run: npm install --package-lock-only
19
- run: npm ci
20
21
publish-npm:
0 commit comments