build(ci): use latest in matrix node version
[poolifier.git] / .github / workflows / ci.yml
index f76dda13dda1fc64b61fd99351186643da1d59d3..33d3957091a1f6425fe835feb3807d90038f09b8 100644 (file)
@@ -17,7 +17,7 @@ jobs:
     strategy:
       matrix:
         os: [windows-latest, macos-latest, ubuntu-latest]
-        node: ['18.x', '20.x', '21.x']
+        node: ['18.x', '20.x', 'latest']
 
     name: Node.js ${{ matrix.node }} on ${{ matrix.os }}