Skip to content

Bump next from 13.1.2 to 13.5.1 #37

Bump next from 13.1.2 to 13.5.1

Bump next from 13.1.2 to 13.5.1 #37

Workflow file for this run

name: Test CI
on: [push, pull_request]
jobs:
web:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
- run: npm install -g pnpm
- run: pnpm install
- run: pnpm lint
- run: pnpm fmt