Skip to content

Bump eslint from 8.45.0 to 8.46.0 (#229) #494

Bump eslint from 8.45.0 to 8.46.0 (#229)

Bump eslint from 8.45.0 to 8.46.0 (#229) #494

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- "18"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- run: yarn install --immutable
- run: yarn run lint
- run: yarn build