Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
handleGHRelease: true
manifest: true
manifest: true
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
on:
push:
branches: [main]
pull_request:
name: ci
jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
node: [18, 20]
include:
# use latest npm by default
- npm-version: latest
- npm-version: 10.9.2
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
Expand All @@ -20,5 +19,5 @@ jobs:
- run: node --version
- name: Upgrade to latest npm to support lockfile v2
run: npm install -g npm@${{ matrix.npm-version }}
- run: npm install && npm install
- run: npm run test
- run: npm ci --verbose && npm ci --verbose
- run: npm run test
42 changes: 32 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/synthetics-sdk-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"google-auth-library": "9.0.0",
"ts-proto": "1.148.1",
"winston": "3.10.0",
"axios": "1.6.7"
"axios": "1.9.0"
},
"author": "Google Inc.",
"license": "Apache-2.0"
Expand Down