Skip to content

Commit dc46555

Browse files
chore: specify ignore-scripts in all GHA when setting up dependencies (#182)
1 parent 7252848 commit dc46555

File tree

3 files changed

+6
-18
lines changed

3 files changed

+6
-18
lines changed

.github/actions/setup/action.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ jobs:
9797

9898
- name: Install Node and dependencies
9999
uses: mongodb-labs/drivers-github-tools/node/setup@v2
100+
with:
101+
ignore_install_scripts: true
100102

101103
- run: npm publish --provenance --tag=alpha
102104
if: ${{ needs.release_please.outputs.release_created }}

.github/workflows/release_notes.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ jobs:
4444
ref: refs/pull/${{ github.event_name == 'issue_comment' && github.event.issue.number || inputs.releasePr }}/head
4545

4646

47-
# Setup Node.js and npm install
48-
- name: actions/setup
49-
uses: ./.github/actions/setup
47+
- name: Install Node and dependencies
48+
uses: mongodb-labs/drivers-github-tools/node/setup@v2
49+
with:
50+
ignore_install_scripts: true
5051

5152
# See: https://github.com/googleapis/release-please/issues/1274
5253

0 commit comments

Comments
 (0)