Skip to content

chore(deps): bump next from 12.1.0 to 13.5.0 in /e2e/example #509

chore(deps): bump next from 12.1.0 to 13.5.0 in /e2e/example

chore(deps): bump next from 12.1.0 to 13.5.0 in /e2e/example #509

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: Check format
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node-version: [15.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: |
npm install -g yarn
- name: check format
run: |
yarn install --frozen-lockfile
yarn format:check