Skip to content

Commit

Permalink
fix(deps): update to gcf-utils v16 (#5481)
Browse files Browse the repository at this point in the history
Updates core bot framework to latest major version (updates major
versions of google-cloud libraries and their dependencies)

Also updates to test against node 18 as it already runs on node 18
  • Loading branch information
chingor13 committed Sep 9, 2024
1 parent 8a9eade commit 5a79218
Show file tree
Hide file tree
Showing 12 changed files with 7,154 additions and 13,589 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
with:
node-version: ${{ (endsWith(matrix.package, '-utils') || matrix.package == 'auto-approve' || matrix.package == 'auto-label' || matrix.package == 'blunderbuss' || matrix.package == 'canary-bot' || matrix.package == 'conventional-commit-lint' || matrix.package == 'datastore-lock' || matrix.package == 'do-not-merge' || matrix.package == 'object-selector' || matrix.package == 'release-please' || matrix.package == 'secret-rotator' || matrix.package == 'trusted-contribution' || matrix.package == 'owl-bot' ) && 18 || 14 }}
node-version: ${{ (endsWith(matrix.package, '-utils') || matrix.package == 'auto-approve' || matrix.package == 'auto-label' || matrix.package == 'blunderbuss' || matrix.package == 'canary-bot' || matrix.package == 'cherry-pick-bot' || matrix.package == 'conventional-commit-lint' || matrix.package == 'datastore-lock' || matrix.package == 'do-not-merge' || matrix.package == 'flakybot' || matrix.package == 'label-sync' || matrix.package == 'loadtest-bot' || matrix.package == 'object-selector' || matrix.package == 'policy' || matrix.package == 'release-please' || matrix.package == 'secret-rotator' || matrix.package == 'trusted-contribution' || matrix.package == 'owl-bot' ) && 18 || 14 }}
- run: echo ./packages/${{ matrix.package }}
- run: cd ./packages/${{ matrix.package }}
- run: npm ci
Expand Down
Loading

0 comments on commit 5a79218

Please sign in to comment.