Skip to content

Commit

Permalink
Drop support for Node 10 (#233)
Browse files Browse the repository at this point in the history
* Drop node 10

* Update ci.yml
  • Loading branch information
tclindner committed Apr 27, 2021
1 parent be54801 commit 200f24f
Show file tree
Hide file tree
Showing 6 changed files with 166 additions and 139 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

strategy:
matrix:
node: [10, 12, 14]
node: [12, 14]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Node

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

## Install project dependencies
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019-2020 tclindner
Copyright (c) 2019-2021 tclindner

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ First thing first, let's make sure you have the necessary pre-requisites.

#### Node

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

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

## License

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

0 comments on commit 200f24f

Please sign in to comment.