Skip to content

Bump joi from 17.9.2 to 17.12.0 #399

Bump joi from 17.9.2 to 17.12.0

Bump joi from 17.9.2 to 17.12.0 #399

Workflow file for this run

name: Linter
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
- run: yarn --frozen-lockfile
- run: yarn lint