We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 639b53e commit 1469fa0Copy full SHA for 1469fa0
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/setup-node@v4
20
with:
21
node-version: "lts/*"
22
- - run: npm install
+ - run: npm install --legacy-peer-deps
23
- name: Run Tests
24
run: |
25
npx jest --ci --coverage --maxWorkers=2
0 commit comments