diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2afbb055..bffb1595 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -129,7 +129,7 @@ jobs: if: matrix.type == 'biome' uses: pnpm/action-setup@v4 with: - version: latest + version: 10 - name: Cache pnpm store if: matrix.type == 'biome' diff --git a/PROJECTS/advanced/bug-bounty-platform/frontend/.npmrc b/PROJECTS/advanced/bug-bounty-platform/frontend/.npmrc new file mode 100644 index 00000000..171c9652 --- /dev/null +++ b/PROJECTS/advanced/bug-bounty-platform/frontend/.npmrc @@ -0,0 +1,2 @@ +strict-dep-builds=false +auto-install-peers=true diff --git a/PROJECTS/advanced/encrypted-p2p-chat/frontend/.npmrc b/PROJECTS/advanced/encrypted-p2p-chat/frontend/.npmrc new file mode 100644 index 00000000..171c9652 --- /dev/null +++ b/PROJECTS/advanced/encrypted-p2p-chat/frontend/.npmrc @@ -0,0 +1,2 @@ +strict-dep-builds=false +auto-install-peers=true diff --git a/PROJECTS/beginner/c2-beacon/frontend/.npmrc b/PROJECTS/beginner/c2-beacon/frontend/.npmrc new file mode 100644 index 00000000..171c9652 --- /dev/null +++ b/PROJECTS/beginner/c2-beacon/frontend/.npmrc @@ -0,0 +1,2 @@ +strict-dep-builds=false +auto-install-peers=true diff --git a/PROJECTS/intermediate/api-security-scanner/frontend/.npmrc b/PROJECTS/intermediate/api-security-scanner/frontend/.npmrc new file mode 100644 index 00000000..171c9652 --- /dev/null +++ b/PROJECTS/intermediate/api-security-scanner/frontend/.npmrc @@ -0,0 +1,2 @@ +strict-dep-builds=false +auto-install-peers=true diff --git a/PROJECTS/intermediate/siem-dashboard/frontend/.npmrc b/PROJECTS/intermediate/siem-dashboard/frontend/.npmrc new file mode 100644 index 00000000..171c9652 --- /dev/null +++ b/PROJECTS/intermediate/siem-dashboard/frontend/.npmrc @@ -0,0 +1,2 @@ +strict-dep-builds=false +auto-install-peers=true