Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
linusnorton committed Sep 15, 2023
1 parent 4a7e555 commit 010c90b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['14', '16', '18', '20']
version: ['16', '18', '20']
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -21,7 +21,7 @@ Additional features not in the paper implementation:

It will work with any well-formed GTFS data set.

Node +14 is required for all examples.
Node +16 is required for all examples.

```
npm install --save raptor-journey-planner
Expand Down

0 comments on commit 010c90b

Please sign in to comment.