Navigation Menu

Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
chore: drop Node v8 support (#470)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop Node v8 support
  • Loading branch information
shisama committed Jan 28, 2020
1 parent dc438bc commit 33a1790
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Expand Up @@ -18,11 +18,6 @@ commands:
# run tests!
- run: npm test
jobs:
node-v8:
docker:
- image: circleci/node:8@sha256:44c6136b6b55003fa12321aa1eb790a5a6482edb461227cb56daf488178d04dc
steps:
- run-npm-test
node-v10:
docker:
- image: circleci/node:10@sha256:5e4e5ca02096bbeb87af1fae7b42d20ff11223da7558db9cc1a31fc0f6b0ad12
Expand All @@ -37,6 +32,5 @@ jobs:
workflows:
multiple_builds:
jobs:
- node-v8
- node-v10
- node-v12
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [8.16, 10, 12]
node-version: [10, 12]

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"version": "2.0.8",
"author": "Teppei Sato <teppeis@gmail.com>",
"engines": {
"node": ">=8"
"node": ">=10"
},
"main": "src/index.js",
"bin": {
Expand Down

0 comments on commit 33a1790

Please sign in to comment.