Skip to content

Bump next from 14.1.0 to 14.1.1 #216

Bump next from 14.1.0 to 14.1.1

Bump next from 14.1.0 to 14.1.1 #216

Workflow file for this run

name: CI
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 18.x
- uses: pnpm/action-setup@v2
- run: pnpm install
- run: pnpm run lint