mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Remove unnecessary "--no-package-lock" from "npm install" workflows.
This commit is contained in:
parent
fcd7a77737
commit
13f41cf637
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm install --no-package-lock
|
run: npm install
|
||||||
- name: Run CI Tests
|
- name: Run CI Tests
|
||||||
run: npm run ci
|
run: npm run ci
|
||||||
|
|
||||||
|
|
|
||||||
2
.github/workflows/test-repos.yml
vendored
2
.github/workflows/test-repos.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm install --no-package-lock
|
run: npm install
|
||||||
- name: Clone Test Repos
|
- name: Clone Test Repos
|
||||||
run: npm run clone-test-repos
|
run: npm run clone-test-repos
|
||||||
- name: Lint Test Repos
|
- name: Lint Test Repos
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue