Skip to content

Bump husky from 8.0.3 to 9.1.3 #200

Bump husky from 8.0.3 to 9.1.3

Bump husky from 8.0.3 to 9.1.3 #200

name: run-lint-and-tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn
- run: yarn lint
- run: yarn test
- run: yarn build