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 10:40:28 +00:00
parent e49ce9aa66
commit 821dfb2a9e

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