Skip to content

chore(deps): bump next from 13.4.17 to 13.4.18 #1126

chore(deps): bump next from 13.4.17 to 13.4.18

chore(deps): bump next from 13.4.17 to 13.4.18 #1126

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
ci:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [16, 18]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
check-latest: true
- name: Install dependencies
run: npm install
- name: Run linter
run: npm run lint
- name: Run format
run: npm run format