Skip to content
This repository was archived by the owner on Jun 29, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading