Skip to content

Build(deps): Bump next from 12.1.0 to 14.2.15 #200

Build(deps): Bump next from 12.1.0 to 14.2.15

Build(deps): Bump next from 12.1.0 to 14.2.15 #200

name: PR Branch Build and Test
on:
push:
branches-ignore:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- name: Lint and build
run: |
yarn
yarn lint
yarn build