Skip to content

Commit

Permalink
Bump semver from 6.3.0 to 7.1.1 (#52)
Browse files Browse the repository at this point in the history
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 7.1.1.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/master/CHANGELOG.md)
- [Commits](npm/node-semver@v6.3.0...v7.1.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* build: install with engine checks

BREAKING CHANGE: require Node 10
  • Loading branch information
dependabot-preview[bot] authored and malept committed Dec 19, 2019
1 parent 8b0e85f commit 0730ddd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, macOS-latest, ubuntu-latest]
node-version: [8.x, 10.x, 12.x]
node-version: [10.x, 12.x]

steps:
- name: Fix git checkout line endings
Expand All @@ -35,7 +35,7 @@ jobs:
${{ runner.OS }}-
- name: Install
run: |
npm install
npm install --engine-strict
npm update
- name: Lint
run: npm run lint
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## Requirements

Requires Node 8 or greater.
Requires Node 10 or greater.

## Legal

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"glob": "^7.1.4",
"lodash": "^4.17.15",
"parse-author": "^2.0.0",
"semver": "^6.0.0",
"semver": "^7.1.1",
"tmp-promise": "^2.0.1"
},
"engines": {
"node": ">= 8.3.0"
"node": ">= 10.0.0"
},
"ava": {
"babel": false,
Expand Down

0 comments on commit 0730ddd

Please sign in to comment.