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/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Google Inc.",
"license": "Apache-2.0",
"engines": {
"node": ">=14"
"node": ">=18.0.0"
},
"dependencies": {
"js-yaml": "^4.1.0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v6
with:
node-version: 14
node-version: 18
- run: node --version
- run: cd handwritten/storage && npm install
- run: cd handwritten/storage && npm run conformance-test
4 changes: 2 additions & 2 deletions .github/workflows/continuous.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18, 20, 22]
node: [18, 20, 22, 24, 26]
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v4
Expand All @@ -19,4 +19,4 @@ jobs:
name: Run unit tests
env:
BUILD_TYPE: continuous
TEST_TYPE: units
TEST_TYPE: units
2 changes: 1 addition & 1 deletion .github/workflows/discovery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 16
node-version: 18
# Install all deps, including dev dependencies.
- run: cd handwritten/bigquery && npm install
# Generate types
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mandatory-conformance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
working-directory: handwritten/bigtable
strategy:
matrix:
node: [ 18, 20 ]
node: [ 18, 20, 22, 24, 26 ]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20, 22]
node-version: [18, 20, 22, 24, 26]
steps:
- uses: actions/checkout@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
node-version: [18, 20, 22]
node-version: [18, 20, 22, 24, 26]
steps:
- uses: actions/checkout@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion core/dev-packages/jsdoc-fresh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"@jsdoc/salty": "^0.2.5"
},
"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0"
}
}
2 changes: 1 addition & 1 deletion core/dev-packages/jsdoc-region-tag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"typescript": "^5.1.6"
},
"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0"
}
}
2 changes: 1 addition & 1 deletion core/packages/logging-utils/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"directory": "logging-utils/samples"
},
"engines": {
"node": ">=14"
"node": ">=18.0.0"
},
"dependencies": {
"google-logging-utils": "^1.1.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "MIT",
"author": "Google LLC",
"engines": {
"node": ">=12.0.0"
"node": ">=18.0.0"
},
"files": [
"*.js",
Expand Down
2 changes: 1 addition & 1 deletion handwritten/cloud-profiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
]
},
"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0"
},
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/handwritten/cloud-profiler"
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build/src"
],
"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0"
},
"license": "Apache-2.0",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion handwritten/firestore/pipelines/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"typings": "../types/pipelines.d.ts",
"private": true,
"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0"
}
}
2 changes: 1 addition & 1 deletion handwritten/logging-bunyan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion handwritten/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"webpack-cli": "^5.0.0"
},
"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0"
},
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/handwritten/logging"
}
2 changes: 1 addition & 1 deletion handwritten/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
"node": ">=14"
"node": ">=18.0.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-modelarmor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"typescript": "^5.1.6"
},
"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0"
},
"overrides": {
"@sinonjs/fake-timers": "15.2.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-modelarmor/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0"
},
"files": [
"*.js"
Expand Down
Loading