Skip to content

chore(deps): lock file maintenance #4108

chore(deps): lock file maintenance

chore(deps): lock file maintenance #4108

Workflow file for this run

name: Unit Tests
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 18.x, 20.x ]
env:
FORCE_COLOR: 1
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: yarn
env:
FORCE_COLOR: 0
- run: yarn
- run: yarn lint
- run: yarn test