Skip to content

Commit

Permalink
Bump lodash from 4.17.19 to 4.17.21 (#6)
Browse files Browse the repository at this point in the history
* Bump lodash from 4.17.19 to 4.17.21

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.19...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>

* Update ci.yml

* Update ci.yml

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gerald Versluis <gerald@verslu.is>
  • Loading branch information
dependabot[bot] and jfversluis committed May 12, 2021
1 parent 030376c commit fea9437
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,19 @@ jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node: [12, 13]

steps:
- name: Checkout repo
uses: actions/checkout@v2.0.0

- name: Install node
uses: actions/setup-node@v1.3.0
- name: Setup Node.js environment
uses: actions/setup-node@v2.1.5
with:
node-version: 12

- name: Setup Node.js environment
uses: actions/setup-node@v2.1.5
with:
node-version: ${{ matrix.node }}
node-version: 13

- run: npm ci

Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fea9437

Please sign in to comment.