Skip to content

fix(deps): update dependency gcp-metadata to v5.3.0 - autoclosed #222

fix(deps): update dependency gcp-metadata to v5.3.0 - autoclosed

fix(deps): update dependency gcp-metadata to v5.3.0 - autoclosed #222

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test