Skip to content

Bump eslint-config-next from 14.0.0 to 14.0.1 #30

Bump eslint-config-next from 14.0.0 to 14.0.1

Bump eslint-config-next from 14.0.0 to 14.0.1 #30

Workflow file for this run

name: Build & Test
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 18
- run: npm ci
- run: npm run build
# - run: npm test