Skip to content

Commit

Permalink
chore: specify ignore-scripts in all GHA when setting up dependencies (
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson authored Jun 27, 2024
1 parent 7252848 commit dc46555
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 18 deletions.
15 changes: 0 additions & 15 deletions .github/actions/setup/action.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ jobs:

- name: Install Node and dependencies
uses: mongodb-labs/drivers-github-tools/node/setup@v2
with:
ignore_install_scripts: true

- run: npm publish --provenance --tag=alpha
if: ${{ needs.release_please.outputs.release_created }}
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/release_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ jobs:
ref: refs/pull/${{ github.event_name == 'issue_comment' && github.event.issue.number || inputs.releasePr }}/head


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

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

Expand Down

0 comments on commit dc46555

Please sign in to comment.