Skip to content

Commit af88f3a

Browse files
authored
Merge pull request #419 from fdc-viktor-luft/vl/246
Correct engine requirements
2 parents 6612178 + 7102b6f commit af88f3a

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
20

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: node_js
22
node_js:
3-
- 14
4-
- 16
53
- 18
4+
- 20
65
sudo: false
76
dist: focal
87
addons:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"graph"
2222
],
2323
"engines": {
24-
"node": ">=14"
24+
"node": ">=18"
2525
},
2626
"main": "./lib/api",
2727
"bin": {

0 commit comments

Comments
 (0)