Skip to content

Commit c744cf7

Browse files
feat: Introduce Node 18 (#360)
* Run the script * πŸ¦‰ Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Ran the linter * Delete script * Solve the npm-global error npm error enoent ENOENT: no such file or directory, lstat '/h/.npm-global' --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 11e440f commit c744cf7

15 files changed

Lines changed: 30 additions & 129 deletions

File tree

β€Žcore/promisify/.github/.OwlBot.lock.yamlβ€Ž

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Google LLC
1+
# Copyright 2025 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -12,6 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
docker:
15-
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
16-
digest: sha256:0d39e59663287ae929c1d4ccf8ebf7cef9946826c9b86eda7e85d8d752dbb584
17-
# created: 2024-11-21T22:39:44.342569463Z
15+
image: 'gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest'
16+
digest: 'sha256:0d39e59663287ae929c1d4ccf8ebf7cef9946826c9b86eda7e85d8d752dbb584'

β€Žcore/promisify/.github/sync-repo-settings.yamlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ branchProtectionRules:
88
- "ci/kokoro: Samples test"
99
- "ci/kokoro: System test"
1010
- lint
11-
- test (14)
12-
- test (16)
1311
- test (18)
12+
- test (20)
13+
- test (22)
1414
- cla/google
1515
- windows
1616
- OwlBot Post Processor

β€Žcore/promisify/.kokoro/continuous/node14/common.cfgβ€Ž

Lines changed: 0 additions & 24 deletions
This file was deleted.

β€Žcore/promisify/.kokoro/continuous/node14/lint.cfgβ€Ž

Lines changed: 0 additions & 4 deletions
This file was deleted.

β€Žcore/promisify/.kokoro/continuous/node14/samples-test.cfgβ€Ž

Lines changed: 0 additions & 12 deletions
This file was deleted.

β€Žcore/promisify/.kokoro/continuous/node14/system-test.cfgβ€Ž

Lines changed: 0 additions & 12 deletions
This file was deleted.

β€Žcore/promisify/.kokoro/continuous/node14/test.cfgβ€Ž

Whitespace-only changes.

β€Žcore/promisify/.kokoro/presubmit/node14/common.cfgβ€Ž

Lines changed: 0 additions & 24 deletions
This file was deleted.

β€Žcore/promisify/.kokoro/presubmit/node14/samples-test.cfgβ€Ž

Lines changed: 0 additions & 12 deletions
This file was deleted.

β€Žcore/promisify/.kokoro/presubmit/node14/system-test.cfgβ€Ž

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
Β (0)