@silexlabs/silex-dashboard 1.0.75 → 1.0.80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,7 +13,7 @@ jobs:
13
13
  with:
14
14
  node-version: '18.x'
15
15
  registry-url: 'https://registry.npmjs.org'
16
- - run: npm install
16
+ - run: npm ci
17
17
  - run: npm run build
18
18
  - run: npm publish --access public
19
19
  env: