Skip to content

Bump next from 13.3.1 to 13.4.16 #212

Bump next from 13.3.1 to 13.4.16

Bump next from 13.3.1 to 13.4.16 #212

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
jobs:
test_pull_request:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16
cache: "yarn"
- name: Install dependencies
run: yarn install --immutable --immutable-cache --check-cache
- name: Line code
run: yarn lint
- name: Build
run: yarn build