Skip to content

Bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group (#566) #847

Bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group (#566)

Bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group (#566) #847

Workflow file for this run

name: Unit Tests
on: [push, pull_request]
jobs:
run-unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: npm install
- name: Run Unit Tests
run: npm test