Skip to content

Commit af3c854

Browse files
authored
Remove Dependabot config, constrain node versions (#143)
Signed-off-by: Dan Barr <[email protected]> Co-authored-by: Dan Barr <[email protected]>
1 parent 258632c commit af3c854

File tree

3 files changed

+2
-36
lines changed

3 files changed

+2
-36
lines changed

.github/dependabot.yaml

Lines changed: 0 additions & 34 deletions
This file was deleted.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@
7070
]
7171
},
7272
"engines": {
73-
"node": ">=22.0"
73+
"node": ">=22.0.0 <23.0.0"
7474
}
7575
}

0 commit comments

Comments
 (0)