Use the current node.js LTS version for publication. (#228)
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 23 Feb 2021 13:37:40 +0000 (14:37 +0100)
committerGitHub <noreply@github.com>
Tue, 23 Feb 2021 13:37:40 +0000 (14:37 +0100)
.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