Skip to content

Commit

Permalink
chore: Clarify Node.js 20 pre-LTS test version (merge #1786)
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal authored Sep 21, 2023
2 parents 2b2c1ae + 65fd61c commit 5595b67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ jobs:
- '16.5' # last version before unconditional promise fast-path
- '16.6' # first version after unconditional promise fast-path
- '18' # Active LTS
# UNTIL https://github.com/nodejs/node/issues/49497 is released (probably 20.6.1)
# - '20' # Future LTS
- '20.5' # last good version before breakage in 20.6.0
# '20.6' not viable due to https://github.com/nodejs/node/issues/49497
# '20.3' to '20.6' not viable due to https://github.com/nodejs/node/pull/49211
- '20.7' # Future LTS
platform:
- ubuntu-latest

Expand Down

0 comments on commit 5595b67

Please sign in to comment.