Skip to content

Bump lodash from 4.17.15 to 4.17.21 #41

Bump lodash from 4.17.15 to 4.17.21

Bump lodash from 4.17.15 to 4.17.21 #41

Workflow file for this run

name: Node CI
on:
pull_request:
branches: [master]
jobs:
test_pull_request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci
- run: npm test
- run: npm run build