Skip to content

Commit d0ee754

Browse files
authored
Drop Node 10 support (#107)
* Drop Node 10 * Update ci.yml
1 parent 89e5a6b commit d0ee754

File tree

6 files changed

+165
-160
lines changed

6 files changed

+165
-160
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
strategy:
2929
matrix:
30-
node: [10, 12, 14]
30+
node: [12, 14]
3131
os: [ubuntu-latest, windows-latest, macos-latest]
3232

3333
steps:

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Node
66

7-
* [Node.js](https://nodejs.org/) - v10.0.0+
7+
* [Node.js](https://nodejs.org/) - v12.0.0+
88
* [npm](https://www.npmjs.com/) - v6.0.0+
99

1010
## Install project dependencies

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Thomas Lindner
3+
Copyright (c) 2020-2021 Thomas Lindner
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ First thing first, let's make sure you have the necessary pre-requisites.
2020

2121
#### Node
2222

23-
* [Node.js](https://nodejs.org/) - v10.0.0+
23+
* [Node.js](https://nodejs.org/) - v12.0.0+
2424
* [npm](http://npmjs.com) - v6.0.0+
2525

2626
### Command
@@ -68,4 +68,4 @@ Please see the [CHANGELOG.md](CHANGELOG.md) for more information.
6868

6969
## License
7070

71-
Copyright (c) 2020 Thomas Lindner. Licensed under the MIT license.
71+
Copyright (c) 2020-2021 Thomas Lindner. Licensed under the MIT license.

0 commit comments

Comments
 (0)