Skip to content

Commit

Permalink
fix: added package.lock gen
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoffel-sag committed Jul 18, 2024
1 parent c08eaed commit b88e6b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm i --package-lock-only
working-directory: ./node-red-contrib-c8y-client
- run: npm ci
working-directory: ./node-red-contrib-c8y-client
- run: npm publish --provenance --access public
Expand Down

0 comments on commit b88e6b9

Please sign in to comment.