Skip to content

Commit 3bc28e3

Browse files
committed
Add npm_config_legacy_peer_deps environment variable to build job
1 parent 22eb5c9 commit 3bc28e3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cf_pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
name: Build
1818
if: ${{ github.repository_owner == 'vtbag' }}
1919
runs-on: ubuntu-latest
20+
env:
21+
npm_config_legacy_peer_deps: "true"
2022
steps:
2123
- name: Checkout
2224
uses: actions/checkout@v4

0 commit comments

Comments
 (0)