Switch some CI actions to current node.js LTS
[poolifier.git] / .github / workflows / generate-documentation.yml
index 0aea60faeddc4a7b3995f6bc7f132dc729a4d9f8..863aa1e9765dfd23590bbf597c3cd921b3097f43 100644 (file)
@@ -14,7 +14,7 @@ jobs:
       - name: Setup node
         uses: actions/setup-node@v3
         with:
-          node-version: '16.x'
+          node-version: '18.x'
 
       - name: Generate documentation
         run: |