mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-22 22:59:35 +02:00
Node 16+ 💥💚
This commit is contained in:
parent
2baf2f6f04
commit
d5969bc0c4
3 changed files with 9 additions and 4 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [10.x, 12.x, 14.x, 16.x, 18.x]
|
||||
node-version: [16.x, 18.x]
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v2
|
||||
|
@ -25,7 +25,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [10.x, 12.x, 14.x, 16.x, 18.x]
|
||||
node-version: [16.x, 18.x]
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v2
|
||||
|
@ -43,7 +43,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [10.x]
|
||||
node-version: [16.x]
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
5
docs/migrating-to-6.md
Normal file
5
docs/migrating-to-6.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Migrating to `hafas-client@5`
|
||||
|
||||
## If you use Node.js <16…
|
||||
|
||||
…migrate to Node `16` ("Gallium"), sorry. [Node `10`, `12` & `14` are out of (active) LTS now](https://nodejs.org/en/about/releases/).
|
|
@ -41,7 +41,7 @@
|
|||
"http"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
"node": ">=16"
|
||||
},
|
||||
"dependencies": {
|
||||
"@derhuerst/br2nl": "^1.0.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue