Skip to content

chore(deps): bump the npm-minor-and-patch group across 2 directories with 15 updates #34

chore(deps): bump the npm-minor-and-patch group across 2 directories with 15 updates

chore(deps): bump the npm-minor-and-patch group across 2 directories with 15 updates #34

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
verify:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
persist-credentials: false
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
with:
node-version-file: .nvmrc
cache: npm
- run: npm ci
- name: Verify source, generated bindings, and Workers tests
env:
REQUIRE_PLACEHOLDER_BINDINGS: '1'
run: npm run verify
- name: Build and validate the Wrangler bundle
run: npm run deploy:dry-run