Skip to content

Commit

Permalink
Removed Node16, as its deprecated since 10.2023
Browse files Browse the repository at this point in the history
  • Loading branch information
BolverBlitz committed Mar 31, 2024
1 parent 2bf5326 commit 3eca06b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/APiTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
strategy:
matrix:
node:
- 16
- 18
- 20
steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ManualTestRun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
strategy:
matrix:
node:
- 16
- 18
- 20
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Version: 0.1.2 to 0.2.0 Not compatible, abfahrten output now contains more info
- [X] Calculate travle time between 2 stops from a Trip Object

## Usage
NodeJS 16.0 or higher
NodeJS 18.0 or higher
> A working example is [Test.js](https://github.com/BolverBlitz/oepnv-nuremberg/blob/main/test.js)
Usage:
Expand Down

0 comments on commit 3eca06b

Please sign in to comment.