Skip to content

Bump sanity from 3.70.0 to 3.71.2 #55

Bump sanity from 3.70.0 to 3.71.2

Bump sanity from 3.70.0 to 3.71.2 #55

Workflow file for this run

name: Install and build
on: pull_request
jobs:
cypress-run:
name: Install and build
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
- name: Build application
run: npm run build