Skip to content

Build(deps-dev): bump rimraf from 3.0.2 to 5.0.7 #340

Build(deps-dev): bump rimraf from 3.0.2 to 5.0.7

Build(deps-dev): bump rimraf from 3.0.2 to 5.0.7 #340

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
name: Unit Tests
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: 16
- run: yarn install --frozen-lockfile
- run: yarn test