Skip to content

chore(deps-dev): bump @google-cloud/storage from 7.13.0 to 7.14.0 #5231

chore(deps-dev): bump @google-cloud/storage from 7.13.0 to 7.14.0

chore(deps-dev): bump @google-cloud/storage from 7.13.0 to 7.14.0 #5231

Workflow file for this run

name: Node CI
on:
push:
jobs:
build:
timeout-minutes: 3
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [lts/*, latest]
steps:
- uses: actions/checkout@v4
- uses: biomejs/setup-biome@v2
- run: biome ci .
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm test
env:
SLACK_WEBHOOK_URL: https://example.com
CI: true
- name: Codecov
uses: codecov/codecov-action@v5