Skip to content

chore(deps): bump next from 13.2.1 to 13.5.0 #89

chore(deps): bump next from 13.2.1 to 13.5.0

chore(deps): bump next from 13.2.1 to 13.5.0 #89

Workflow file for this run

name: Unit Tests
on:
push:
jobs:
test:
runs-on: ubuntu-latest
if: "!contains(toJSON(github.event.commits.*.message), '[skip ci]')"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
cache: "npm"
- name: Install dependencies
run: npm install
- name: Run unit tests
env:
FORCE_COLOR: 2 # for chalk tests
run: npm run test