Skip to content

Commit 1469fa0

Browse files
committed
Update release.yml
1 parent 639b53e commit 1469fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/setup-node@v4
2020
with:
2121
node-version: "lts/*"
22-
- run: npm install
22+
- run: npm install --legacy-peer-deps
2323
- name: Run Tests
2424
run: |
2525
npx jest --ci --coverage --maxWorkers=2

0 commit comments

Comments
 (0)