Skip to content

Commit

Permalink
Merge pull request #419 from fdc-viktor-luft/vl/246
Browse files Browse the repository at this point in the history
Correct engine requirements
  • Loading branch information
vikingair authored May 30, 2024
2 parents 6612178 + 7102b6f commit af88f3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: node_js
node_js:
- 14
- 16
- 18
- 20
sudo: false
dist: focal
addons:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"graph"
],
"engines": {
"node": ">=14"
"node": ">=18"
},
"main": "./lib/api",
"bin": {
Expand Down

0 comments on commit af88f3a

Please sign in to comment.