Skip to content

Bump lodash from 4.17.21 to 4.17.23 #26

Bump lodash from 4.17.21 to 4.17.23

Bump lodash from 4.17.21 to 4.17.23 #26

Workflow file for this run

name: JS - Unit Tests
on: push
jobs:
run-tests:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 14
- name: Install dependencies with caching
uses: bahmutov/npm-install@v1
- name: Check types
run: |
yarn run typecheck
- name: Run unit tests
run: |
yarn run test