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

chore: drop Node v8 support #470

Merged
merged 1 commit into from Jan 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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