Skip to content

Commit

Permalink
chore: remove skipLibCheck (#574)
Browse files Browse the repository at this point in the history
* chore: remove `skipLibCheck`

* chore: update `@google-cloud/functions`

* docs: minor fix in env var export

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* chore: update GCF Node 10 -> 14

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
danielbankhead and gcf-owl-bot[bot] authored Aug 9, 2023
1 parent d566db9 commit 5e02a0e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .readme-partials.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ body: |-
For example:
```
export GCE_METADATA_HOST = '169.254.169.254'
export GCE_METADATA_HOST='169.254.169.254'
```
* `DETECT_GCP_RETRIES`: number representing number of retries that should be attempted on metadata lookup.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ console.log(id.toString()) // ... 4520031799277581759

For example:
```
export GCE_METADATA_HOST = '169.254.169.254'
export GCE_METADATA_HOST='169.254.169.254'
```

* `DETECT_GCP_RETRIES`: number representing number of retries that should be attempted on metadata lookup.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@compodoc/compodoc": "^1.1.10",
"@google-cloud/functions": "^2.0.0",
"@google-cloud/functions": "^3.0.0",
"@types/json-bigint": "^1.0.0",
"@types/mocha": "^9.0.0",
"@types/ncp": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion system-test/system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ async function deployApp() {
name: fullPrefix,
entryPoint: 'getMetadata',
triggerHTTP: true,
runtime: 'nodejs10',
runtime: 'nodejs14',
region: 'us-central1',
targetDir,
});
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"extends": "./node_modules/gts/tsconfig-google.json",
"compilerOptions": {
"lib": ["es2018", "dom"],
"skipLibCheck": true,
"rootDir": ".",
"outDir": "build"
},
Expand Down

0 comments on commit 5e02a0e

Please sign in to comment.