Skip to content

Commit b70d0bd

Browse files
committed
chore: add npm_config_legacy_peer_deps environment variable to test job
1 parent 32ed0c5 commit b70d0bd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
test:
1111
name: Test
1212
runs-on: ubuntu-latest
13+
env:
14+
npm_config_legacy_peer_deps: "true"
1315
steps:
1416
- name: Checkout
1517
uses: actions/checkout@v4

0 commit comments

Comments
 (0)