Skip to content

Bump eslint from 8.42.0 to 8.43.0 #55

Bump eslint from 8.42.0 to 8.43.0

Bump eslint from 8.42.0 to 8.43.0 #55

Workflow file for this run

name: Test and build
on: push
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
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