Skip to content

Bump next from 12.0.7 to 14.2.10 #137

Bump next from 12.0.7 to 14.2.10

Bump next from 12.0.7 to 14.2.10 #137

Workflow file for this run

name: ci
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: "17.x"
- name: Install dependencies
run: npm install
- name: Run lint
run: npm run lint