Skip to content

Commit 4bab389

Browse files
chore: fix npm for Node v18 samples tests (#2557)
* chore: fix `npm` for Node v18 samples tests chore: fix `npm` for samples tests Source-Link: googleapis/synthtool@4d75242 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:0d39e59663287ae929c1d4ccf8ebf7cef9946826c9b86eda7e85d8d752dbb584 * re-add deleted env var * ignore samples-test.sh --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Denis DelGrosso <[email protected]> Co-authored-by: Denis DelGrosso <[email protected]>
1 parent c1aa7d8 commit 4bab389

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
16-
digest: sha256:22e41dd7cd82683fa338b647abcc3a29ddb1b17e800b089adc0bec0a3175312c
17-
# created: 2024-10-30T16:51:59.982020867Z
16+
digest: sha256:0d39e59663287ae929c1d4ccf8ebf7cef9946826c9b86eda7e85d8d752dbb584
17+
# created: 2024-11-21T22:39:44.342569463Z
18+

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
node-version: 18
4747
- run: npm install
4848
- run: npm run lint
49-
49+

.kokoro/samples-test.sh

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

owlbot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
'.kokoro/continuous/node14/system-test.cfg',
3131
'.kokoro/presubmit/node14/system-test.cfg',
3232
'.kokoro/release/publish.cfg',
33-
'.kokoro/system-test.sh'
33+
'.kokoro/system-test.sh',
34+
'.kokoro/samples-test.sh',
3435
])
3536

3637
# Create .config directory under $HOME to get around permissions issues

0 commit comments

Comments
 (0)