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:
@@ -21,7 +21,7 @@ jobs:
|
||||
matrix:
|
||||
node-version:
|
||||
- 18.17.0
|
||||
- 20.6.0
|
||||
- 20.6.1
|
||||
- 20
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user