mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-28 16:01:21 +00:00
fix(ci): Resolve issue by replacing NPM with Yarn
This commit is contained in:
parent
518c30b19d
commit
886160f894
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check.yaml
vendored
2
.github/workflows/check.yaml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
|
|
||||||
- name: Install Node.js dependencies
|
- name: Install Node.js dependencies
|
||||||
run: npm ci
|
run: yarn install --frozen-lockfile
|
||||||
|
|
||||||
- name: Run linters
|
- name: Run linters
|
||||||
uses: wearerequired/lint-action@v2
|
uses: wearerequired/lint-action@v2
|
||||||
|
|
Loading…
Reference in a new issue