From: Jérôme Benoit Date: Tue, 23 Feb 2021 13:37:40 +0000 (+0100) Subject: Use the current node.js LTS version for publication. (#228) X-Git-Tag: v2.0.0~16 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;ds=sidebyside;h=f0a76c6efada354533ef1b5b98b7fc3fa266db26;hp=8ac8b45d119d3efda84d086a44336b3a3c499b58;p=poolifier.git Use the current node.js LTS version for publication. (#228) --- diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index c62f0b54..a2f85f19 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -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