Skip to content

build(deps-dev): bump msw from 2.10.4 to 2.10.5 #2413

build(deps-dev): bump msw from 2.10.4 to 2.10.5

build(deps-dev): bump msw from 2.10.4 to 2.10.5 #2413

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on:
group: gusto-ubuntu-default
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'
- run: npm ci
- run: npm run build:ci