Skip to content

Bump lodash from 4.17.15 to 4.17.21 #181

Bump lodash from 4.17.15 to 4.17.21

Bump lodash from 4.17.15 to 4.17.21 #181

Workflow file for this run

name: Fetch
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# schedule:
# - cron: '0 * * * *'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x]
env:
MINTABLE_CONFIG: ${{ secrets.MINTABLE_CONFIG }}
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build
- run: node ./lib/scripts/cli.js fetch --ci