Skip to content

Update all non-major dependencies #570

Update all non-major dependencies

Update all non-major dependencies #570

Workflow file for this run

name: Test and Lint
on:
pull_request:
push:
branches:
- main
jobs:
run-unit-tests:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.15.0]
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
with:
node-version: ${{ matrix.node }}
cache: 'yarn'
- name: Install dependencies
run: yarn install-ci
- name: Run unit tests
run: yarn test --coverage