Skip to content

Bump @next/eslint-plugin-next from 12.3.1 to 13.4.13 (#483) #993

Bump @next/eslint-plugin-next from 12.3.1 to 13.4.13 (#483)

Bump @next/eslint-plugin-next from 12.3.1 to 13.4.13 (#483) #993

Workflow file for this run

name: CI
on: [push]
jobs:
test:
name: Build & test
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [14.x, 15.x]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run typecheck
- run: npm run lint