Skip to content

Commit

Permalink
Drop support for node 8 (#442)
Browse files Browse the repository at this point in the history
End of life for node 8 is December 31 2019, which is, like, tomorrow, we
can safely remove support for it.
  • Loading branch information
rumpl committed Oct 31, 2019
1 parent 9743d20 commit 0a11bd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -3,7 +3,6 @@ sudo: false
language: node_js

node_js:
- 8
- 10
- 12

Expand Down Expand Up @@ -31,12 +30,12 @@ deploy:
secure: PwEt5+Vgf1Klas8rB1arAF/5zjIGMkP6NekNHkKhJXDwQkY3g19p3ORXnwOk4oRg3ggf3FO1CI7uh/fJb7nnfVMYc+X1Db1MoYgVQAWBS5L723VgLQ8I2BRHNie7CRmXywMUIV4E/8RYGeH/4b6jlY6gKNx3gnjeSeSjKyKl+OQ=
on:
tags: true
node: 8
node: 10
- provider: releases
skip_cleanup: true
api_key:
secure: KSDU8zjWT7h0lE92ww+4GXAP4RMMXAqZ3fpq4F1C2tHCdK4udXBLPYhRead70FkHMXbRvAHL84KO5018Jnx4QNGvWjSYQxDH2mgMj7FxempSS/Vll30LlDym62F1v6zLvgICYfb+0phJJ2JCCk7gdKnhF+++Kq71DQDarLsUJXw=
draft: true
on:
tags: true
node: 8
node: 10
5 changes: 2 additions & 3 deletions appveyor.yml
@@ -1,8 +1,7 @@
environment:
matrix:
- nodejs_version: 8
- nodejs_version: 10
- nodejs_version: 12
- nodejs_version: 10
- nodejs_version: 12

install:
- cmd: git config core.symlinks true
Expand Down

0 comments on commit 0a11bd1

Please sign in to comment.