diff --git a/.github/workflows/plugins-ci-elasticsearch.yml b/.github/workflows/plugins-ci-elasticsearch.yml index 05a2a9f..d685676 100644 --- a/.github/workflows/plugins-ci-elasticsearch.yml +++ b/.github/workflows/plugins-ci-elasticsearch.yml @@ -98,7 +98,7 @@ jobs: node-version: lts/* - name: Install dependencies - run: npm i + run: npm i --ignore-scripts - name: Lint code run: npm run lint diff --git a/.github/workflows/plugins-ci-kafka.yml b/.github/workflows/plugins-ci-kafka.yml index da588da..29ef063 100644 --- a/.github/workflows/plugins-ci-kafka.yml +++ b/.github/workflows/plugins-ci-kafka.yml @@ -93,7 +93,7 @@ jobs: node-version: lts/* - name: Install dependencies - run: npm i + run: npm i --ignore-scripts - name: Lint code run: npm run lint diff --git a/.github/workflows/plugins-ci-mongo.yml b/.github/workflows/plugins-ci-mongo.yml index cc6660c..6bfed7d 100644 --- a/.github/workflows/plugins-ci-mongo.yml +++ b/.github/workflows/plugins-ci-mongo.yml @@ -93,7 +93,7 @@ jobs: node-version: lts/* - name: Install dependencies - run: npm i + run: npm i --ignore-scripts - name: Lint code run: npm run lint diff --git a/.github/workflows/plugins-ci-package-manager.yml b/.github/workflows/plugins-ci-package-manager.yml index 6d8418f..d9c6659 100644 --- a/.github/workflows/plugins-ci-package-manager.yml +++ b/.github/workflows/plugins-ci-package-manager.yml @@ -37,7 +37,7 @@ jobs: version: ${{ matrix.pnpm-version }} - name: Install dependencies - run: pnpm install + run: pnpm install --ignore-scripts - name: Run tests run: pnpm run test @@ -65,7 +65,7 @@ jobs: - name: Install with Yarn run: | curl -o- -L https://yarnpkg.com/install.sh | bash - yarn install --ignore-engines + yarn install --ignore-engines --ignore-scripts - name: Install dependencies run: yarn diff --git a/.github/workflows/plugins-ci-postgres.yml b/.github/workflows/plugins-ci-postgres.yml index a1887b5..1fe7c56 100644 --- a/.github/workflows/plugins-ci-postgres.yml +++ b/.github/workflows/plugins-ci-postgres.yml @@ -93,7 +93,7 @@ jobs: node-version: lts/* - name: Install dependencies - run: npm i + run: npm i --ignore-scripts - name: Lint code run: npm run lint diff --git a/.github/workflows/plugins-ci-redis.yml b/.github/workflows/plugins-ci-redis.yml index 112ca54..22cc4d7 100644 --- a/.github/workflows/plugins-ci-redis.yml +++ b/.github/workflows/plugins-ci-redis.yml @@ -93,7 +93,7 @@ jobs: node-version: lts/* - name: Install dependencies - run: npm i + run: npm i --ignore-scripts - name: Lint code run: npm run lint