chore: update min supported node version to >=18 (#19)

Update required minimum node version to >=18 in preparation for updating other dependencies that require newer node versions.
This commit is contained in:
M. George Hansen 2024-07-15 00:01:14 -07:00
parent 059685b52a
commit 23e601fab4
9 changed files with 2712 additions and 1745 deletions

View file

@ -8,5 +8,4 @@ os:
node_js:
- node
- lts/*
- 12
- 10
- 18