Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 9f6c683

Browse files
chore(deps): pin googleapis, lock file maintenance (#928)
* chore(deps): lock file maintenance * fix workflow to only bootstrap node8 compatible packages * regen v2 * fix test from upgraded object-sizeof lib * pin version of googleapis to fix typescript error * delete and regen all package locks again * update changelog Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com> Co-authored-by: Aaron Abbott <[email protected]>
1 parent 3099c34 commit 9f6c683

File tree

30 files changed

+62960
-53312
lines changed

30 files changed

+62960
-53312
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ jobs:
4747

4848
# compile runs in prepare
4949
- name: Install modules and dependencies, compile
50-
run: npm install
50+
run: |
51+
npm install --ignore-scripts
52+
npm run bootstrap -- ${{ matrix.lerna-extra-args }}
5153
5254
# lint runs in posttest
5355
- name: Run unit tests and lint

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
66
- chore(stackdriver): upgrade google-auth-library, drop node8 (#887)
77
- chore: upgrade gRPC, ts to newest compatible version (#907)
88
BREAKING CHANGE: upgrade to TypeScript 3.x
9+
- chore(deps): pin googleapis, lock file maintenance (#928)
910

1011
## 0.0.22 - 2020-05-18
1112
- fix(deps): update dependency uuid to v8 (#807)

0 commit comments

Comments
 (0)