Add Legacy peer deps
This commit is contained in:
4
.github/workflows/node.js.yml
vendored
4
.github/workflows/node.js.yml
vendored
@@ -20,12 +20,14 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: "npm"
|
||||
- run: npm ci
|
||||
|
||||
- run: npm ci --legacy-peer-deps
|
||||
|
||||
- name: Build project
|
||||
run: npm run build
|
||||
|
||||
Reference in New Issue
Block a user