Skip to content

Commit

Permalink
Node 20+ πŸ’₯πŸ’š
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Jul 26, 2023
1 parent 611e3af commit 1c8b920
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['16', '18']
node-version: ['20']
redis-version: ['6']

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"bugs": "https://github.com/public-transport/cached-hafas-client/issues",
"license": "ISC",
"engines": {
"node": ">=16"
"node": ">=20"
},
"dependencies": {
"common-prefix": "^1.1.0",
Expand Down

0 comments on commit 1c8b920

Please sign in to comment.