feat(node-versions): raised the minimum supported node version w/in the v20 range to v20.6.1

because of a known issue with v20.6.0 that we might as well avoid since we are restricting the
supported ranges at this point anyway: https://github.com/nodejs/node/issues/49497

BREAKING CHANGE: the minimum supported version for the v20 range of node has been raised slightly to
v20.6.1 to avoid a known node bug
This commit is contained in:
Matt Travi
2023-09-16 13:43:05 -05:00
parent 6604153812
commit b93bef4eea
3 changed files with 19 additions and 7 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
matrix:
node-version:
- 18.17.0
- 20.6.0
- 20.6.1
- 20
runs-on: ubuntu-latest