Skip to content

Commit 200f24f

Browse files
authored
Drop support for Node 10 (#233)
* Drop node 10 * Update ci.yml
1 parent be54801 commit 200f24f

File tree

6 files changed

+166
-139
lines changed

6 files changed

+166
-139
lines changed

.github/workflows/ci.yml

+1-1
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

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019-2020 tclindner
3+
Copyright (c) 2019-2021 tclindner
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

+2-2
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) 2019-2020 Thomas Lindner. Licensed under the MIT license.
71+
Copyright (c) 2019-2021 Thomas Lindner. Licensed under the MIT license.

0 commit comments

Comments
 (0)