mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-27 15:31:21 +00:00
fix(ci): Resolve issue by replacing NPM with Yarn
This commit is contained in:
parent
5498b5b42a
commit
5558d98024
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
|
||||
|
||||
- name: Install Node.js dependencies
|
||||
run: npm ci
|
||||
run: yarn install --frozen-lockfile
|
||||
|
||||
- name: Run linters
|
||||
uses: wearerequired/lint-action@v2
|
||||
|
|
Loading…
Reference in a new issue