Node 16+ 💥💚

This commit is contained in:
Jannis R 2021-12-29 16:56:19 +01:00
parent 2baf2f6f04
commit d5969bc0c4
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
3 changed files with 9 additions and 4 deletions

View file

@ -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
View 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/).

View file

@ -41,7 +41,7 @@
"http"
],
"engines": {
"node": ">=10"
"node": ">=16"
},
"dependencies": {
"@derhuerst/br2nl": "^1.0.0",