Switch some CI actions to current node.js LTS
[poolifier.git] / .github / workflows / npmpublish.yml
index 8840dd9903a09a0d2d7c1a7a1166c04ffaf81a40..e32ce385eeb62d08f0d8bc2bee7deed7c9e130c2 100644 (file)
@@ -15,7 +15,7 @@ jobs:
       - name: Setup Node
         uses: actions/setup-node@v3
         with:
-          node-version: '16.x'
+          node-version: '18.x'
 
       - name: Install
         run: npm ci
@@ -42,7 +42,7 @@ jobs:
       - name: Setup Node
         uses: actions/setup-node@v3
         with:
-          node-version: '16.x'
+          node-version: '18.x'
           registry-url: https://registry.npmjs.org/
 
       - name: Read package.json version