Skip to content

chore(deps): bump lodash from 4.17.19 to 4.17.21 #36

chore(deps): bump lodash from 4.17.19 to 4.17.21

chore(deps): bump lodash from 4.17.19 to 4.17.21 #36

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm install
- run: npm test