Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
chore: drop support for Node.js v8
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drops support for Node.js v8
  • Loading branch information
boneskull committed May 12, 2020
1 parent 2b60c7f commit 9b8d776
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: 'ubuntu-latest'
strategy:
matrix:
node_version: [8, 10, 12, 14]
node_version: [10, 12, 14]
os: ['ubuntu-latest']
steps:
- name: 'Checkout'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You _could_ install this, but you shouldn't have to. Use `npm` to install global

### Requirements

- Node.js v8.0.0+
- Node.js v10.0.0+
- npm v6.1.0+

## Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"log-symbols": "^4.0.0"
},
"engines": {
"node": ">=8.0.0",
"node": ">=10.0.0",
"npm": ">=6.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit 9b8d776

Please sign in to comment.