diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c106704..2d9b5fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: node-version: '22' # Specify the Node.js version you want to use - name: Install dependencies - run: pnpm install + run: pnpm install --ignore-scripts - name: Install Foundry uses: foundry-rs/foundry-toolchain@v1 @@ -45,7 +45,7 @@ jobs: version: 8 - name: Install dependencies - run: pnpm install + run: pnpm install --ignore-scripts - name: Create a fake .secret file run: echo "primary twist rack vendor diagram image used route theme frown either will" > .secret diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 41c51b4..37d90b9 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -21,7 +21,7 @@ jobs: run: sudo apt-get update && sudo apt-get install -y lcov - name: Install JavaScript Dependencies - run: pnpm install + run: pnpm install --ignore-scripts - name: Install Foundry uses: foundry-rs/foundry-toolchain@v1