Merge pull request #47 from BreizhHardware/dev

fix: replace npm install with npm ci and add provenance flag to npm publish
This commit is contained in:
Félix MARQUET
2026-02-18 11:42:40 +01:00
committed by GitHub

View File

@@ -44,8 +44,8 @@ jobs:
with:
node-version: 18
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm publish --access public
- run: npm ci
- run: npm publish --provenance --access public
release:
needs: publish