Skip to content

Bump @google-cloud/functions-framework from 4.0.0 to 5.0.0 #4969

Bump @google-cloud/functions-framework from 4.0.0 to 5.0.0

Bump @google-cloud/functions-framework from 4.0.0 to 5.0.0 #4969

Workflow file for this run

name: Node.js CI
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Use Node.js
uses: actions/setup-node@v6
with:
node-version: 22
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn run build
- run: yarn test
env:
CI: true