Skip to content

Commit

Permalink
Updated deps to Node v16
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Jan 19, 2022
1 parent 40034e7 commit 10b885d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 13 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: node_js

node_js:
- 10
- 12
- 14
- 16
- 17

matrix:
fast_finish: true
Expand Down
10 changes: 2 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ clone_depth: 10

environment:
matrix:
- nodejs_version: 10
- nodejs_version: 12
- nodejs_version: 14
- nodejs_version: 16
- nodejs_version: 17

matrix:
fast_finish: true
Expand All @@ -26,8 +25,3 @@ test_script:
cache:
# global npm cache
- '%APPDATA%\npm-cache'

notifications:
- provider: Slack
incoming_webhook:
secure: 42qYgf76P/QjYb5QJ18gFFJ67iTlXc1QzEva9BFofwh5KzpF/QJ/pvRark1i3aux6uwL53zdDKTjXfy8Ozpqqk9DhnU5M1oA96bQYWOnmZU=
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"assets"
],
"engines": {
"node": ">=10.0.0"
"node": ">=16.0.0"
},
"author": {
"name": "Sebastian Werner",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ config()

<img src="https://cdn.rawgit.com/sebastian-software/sebastian-software-brand/0d4ec9d6/sebastiansoftware-en.svg" alt="Logo of Sebastian Software GmbH, Mainz, Germany" width="460" height="160"/>

Copyright 2016-2021<br/>[Sebastian Software GmbH](http://www.sebastian-software.de)
Copyright 2016-2022<br/>[Sebastian Software GmbH](http://www.sebastian-software.de)

0 comments on commit 10b885d

Please sign in to comment.