Skip to content

chore(deps): bump next from 14.1.0 to 14.1.1 #98

chore(deps): bump next from 14.1.0 to 14.1.1

chore(deps): bump next from 14.1.0 to 14.1.1 #98

Workflow file for this run

name: Lint
on:
pull_request:
branches: ['master']
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- run: pnpm install --no-frozen-lockfile
- run: pnpm lint