Skip to content

chore(deps): bump next from 13.2.1 to 14.2.3 #26

chore(deps): bump next from 13.2.1 to 14.2.3

chore(deps): bump next from 13.2.1 to 14.2.3 #26

Workflow file for this run

name: CI Test
on:
push:
branches:
- master
pull_request:
branches:
- '**'
workflow_dispatch:
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
cache: yarn
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn test-ci