Commit 1cb0ff8
authored
fix: unblock release by upgrading @types/sinon for the add optimize package (#8258)
## Description
Although the release https://togithub.com/googleapis/google-cloud-node/pull/8254 is merged, it is failing to publish because the google-cloud-optimize package is failing to compile. This is confirmed by checking out main and running the following commands which produce a compile time error:
```
cd packages/google-cloud-appoptimize/
npm cache clean --force
rm -rf node_modules package-lock.json
npm install
```
The error goes away when installing the latest version of `@types/sinon`. A similar issue was solved in https://togithub.com/googleapis/google-cloud-node/pull/8098.
## Impact
Allows us to publish releases again for google-cloud-node.1 parent af931ab commit 1cb0ff8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments