Use the current node.js LTS version for publication. (#228)
[poolifier.git] / .github / workflows / npmpublish.yml
index c62f0b540b0782b9932ac49967a9b645034941d1..a2f85f19362693f3ff290cf2266f1584703b35bf 100644 (file)
@@ -15,7 +15,7 @@ jobs:
       - name: Setup Node
         uses: actions/setup-node@v2
         with:
-          node-version: 12
+          node-version: 14
 
       - name: Install
         run: npm ci
@@ -44,7 +44,7 @@ jobs:
       - name: Setup Node
         uses: actions/setup-node@v2
         with:
-          node-version: 12
+          node-version: 14
           registry-url: https://registry.npmjs.org/
 
       - name: Read package.json version