Update CI workflow to use npm install --only=dev instead of npm ci
Some checks failed
CI / build-and-publish (push) Failing after 27s
Some checks failed
CI / build-and-publish (push) Failing after 27s
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '24'
|
node-version: '24'
|
||||||
|
|
||||||
- run: npm ci
|
- run: npm install --only=dev
|
||||||
|
|
||||||
- name: web-ext lint
|
- name: web-ext lint
|
||||||
run: npx web-ext lint -v
|
run: npx web-ext lint -v
|
||||||
|
|||||||
Reference in New Issue
Block a user