Skip to content

Bump wrangler from 3.57.1 to 3.58.0 #432

Bump wrangler from 3.57.1 to 3.58.0

Bump wrangler from 3.57.1 to 3.58.0 #432

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
workflow_call:
workflow_dispatch:
jobs:
lint:
name: Lint files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: npm
- run: npm ci
- run: npm ci
working-directory: "./google/cloud-functions/transform-image"
- run: npm run lint
test:
name: Test files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: npm
- run: npm ci
- run: npm test