Skip to content

build(deps): bump next from 12.1.5 to 14.2.15 #312

build(deps): bump next from 12.1.5 to 14.2.15

build(deps): bump next from 12.1.5 to 14.2.15 #312

Workflow file for this run

name: Test application build
on:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "16"
- run: yarn
- run: CI=false npx lerna run build