Skip to content

Bump next from 12.2.0 to 13.5.0 in /nextjs #48

Bump next from 12.2.0 to 13.5.0 in /nextjs

Bump next from 12.2.0 to 13.5.0 in /nextjs #48

Workflow file for this run

name: CI
on: [pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: npm install --legacy-peer-deps
- run: npm run lint
- run: npm run test