Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

chore(deps): allow next 14 #102

chore(deps): allow next 14

chore(deps): allow next 14 #102

Workflow file for this run

name: ci
on:
push:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run check:lint
- run: npm run check:format
- run: npm run check:types
- run: npx commitlint --from HEAD~${{ github.event.pull_request.commits }} --to HEAD --verbose