feat(node-versions): raised the minimum node v20 requirement to v20.6

for auto-registered loader support

BREAKING CHANGE: the minimum supported node version in the v20 major range is now v20.6
This commit is contained in:
Matt Travi
2023-09-16 11:52:49 -05:00
parent a23b71890b
commit e623cc642a
5 changed files with 48 additions and 108 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
matrix:
node-version:
- 18.17.0
- 20.0.0
- 20.6.0
- 20
runs-on: ubuntu-latest