Skip to content

Bump next from 13.3.2 to 13.3.4 #2859

Bump next from 13.3.2 to 13.3.4

Bump next from 13.3.2 to 13.3.4 #2859

Workflow file for this run

name: Check lint results
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: 16.x
- name: yarn install
run: yarn install
- name: yarn lint
run: yarn lint