1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-04-27 04:38:25 -04:00

Use Node.js 16 for publishing too.

This commit is contained in:
XhmikosR 2021-11-02 17:58:25 +02:00
parent a263190810
commit 8ade07a325

View File

@ -68,7 +68,7 @@ jobs:
- uses: actions/setup-node@v2 - uses: actions/setup-node@v2
with: with:
node-version: 14 node-version: 16
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'
- name: Publish on npm - name: Publish on npm