Skip to content

Bump msw from 2.3.2 to 2.3.4 #335

Bump msw from 2.3.2 to 2.3.4

Bump msw from 2.3.2 to 2.3.4 #335

Workflow file for this run

name: Test and build
on: push
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: npm ci
- run: npm run lint
# Jets requires an extra node flag to work with ES modules
# cf. https://jestjs.io/docs/ecmascript-modules
- run: NODE_OPTIONS='--experimental-vm-modules' npm run test