Skip to content

chore(deps): update dependency semver to v7.5.4 #3805

chore(deps): update dependency semver to v7.5.4

chore(deps): update dependency semver to v7.5.4 #3805

Workflow file for this run

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