mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-28 00:56:23 +00:00
fix(build): Inline package.json import to avoid runtime erros (#509)
* chore(main): Inline package.json import * chore: add `--legacy-peer-deps` flag to ci * chore: update lock file --------- Co-authored-by: LuanRT <luan.lrt4@gmail.com>
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -14,5 +14,5 @@ jobs:
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 16
|
||||
- run: npm ci
|
||||
- run: npm ci --legacy-peer-deps
|
||||
- run: npm run lint
|
||||
Reference in New Issue
Block a user