Skip to content

build(deps): bump @observablehq/framework from 1.13.0 to 1.13.1 #41

build(deps): bump @observablehq/framework from 1.13.0 to 1.13.1

build(deps): bump @observablehq/framework from 1.13.0 to 1.13.1 #41

Workflow file for this run

name: CI
on:
workflow_dispatch: {}
pull_request: {}
push:
branches:
- main
env:
NODE_VERSION: '22.x'
# When a new revision is pushed to a PR, cancel all in-progress CI runs for that
# PR. See https://docs.github.com/en/actions/using-jobs/using-concurrency
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
checks:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: ${{ env.NODE_VERSION }}
- name: Install dependencies
run: npm ci
- name: docker compose up (smoke test)
run: |
docker compose up --build --quiet-pull --wait --wait-timeout 300