build(ci): switch to node 20.x
[poolifier.git] / .github / workflows / ci.yml
index ac9250510d785378b280816e95d4dc1f5b46c506..9afb4a2426d7e3ad9aa23e410b85af03cdbf8480 100644 (file)
@@ -20,7 +20,7 @@ jobs:
     strategy:
       matrix:
         os: [windows-latest, macos-latest, ubuntu-latest]
-        node: ['16.x', '18.x', '19.x']
+        node: ['16.x', '18.x', '20.x']
 
     steps:
       - name: Checkout