chore (ci): add node v20 to build matrix#3148
Conversation
|
Appreciate your thought here! This got added on another PR actually...but thank you! sorry for the delay ❤️ |
|
Oopps! My bad - it actually did not get added. I can add it if you want. Otherwise you'll need to rebase here and pick up the fixes that were done on master to make CI pass. 😅 |
|
@brianc 👍 should be fixed |
|
Hmm failing no node 20: |
|
Adding |
|
On failing builds, workingbroken |
|
pg-native build fails on node 20; perhaps that is related. Ref:
Maybe related to #2955? |
|
Doh! Looks like node-libpq isn't compiling on node 20. Makes sense...I'll see about updating that lib as soon as I'm out of my current job & get more time to really pour some fire on this project!! For now, we'll just skip the native version in CI - really appreciate you! ❤️ |
Per https://nodejs.org/en/about/previous-releases, node v20 is "active".
pg-nativetests are skipped on Node 20 TODO because pg-native doesn't support node 20?