Skip to content

Bump lodash from 4.17.23 to 4.18.1 #117

Bump lodash from 4.17.23 to 4.18.1

Bump lodash from 4.17.23 to 4.18.1 #117

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x]
steps:
- name: Checkout
uses: actions/checkout@master
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install
uses: ianwalter/puppeteer@v2.0.0
with:
args: yarn
- name: Test
uses: ianwalter/puppeteer@v2.0.0
with:
args: yarn test