Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/__call-ci-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: npm version "${RELEASE_VERSION}" --no-git-tag-version

- name: Install dependencies
run: npm install
run: npm install --ignore-scripts

- name: Test
id: test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/__call-update-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: npm version "${RELEASE_VERSION}" --no-git-tag-version

- name: Install dependencies
run: npm install
run: npm install --ignore-scripts

- name: Build
run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/__renovate-config-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Install npm dependencies
if: steps.find-files.outputs.found != ''
run: npm install --global renovate
run: npm install --ignore-scripts --global renovate

- name: renovate config validator
if: steps.find-files.outputs.found != ''
Expand Down