Update node.js.yml

This commit is contained in:
Henk Verlinde 2020-11-05 10:11:35 +01:00 committed by GitHub
parent 72f8bdc9cf
commit 508dfe68fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -28,9 +28,10 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install Hugo
run: wget "https://github.com/gohugoio/hugo/releases/download/v${HUGO_RELEASE}/hugo_extended_${HUGO_RELEASE}_Linux-64bit.deb"
run: sudo dpkg -i hugo*.deb
run: npm ci
run:
wget "https://github.com/gohugoio/hugo/releases/download/v${HUGO_RELEASE}/hugo_extended_${HUGO_RELEASE}_Linux-64bit.deb"
sudo dpkg -i hugo*.deb
npm ci
env:
PRODUCTION: true
HUGO_RELEASE: 0.78.0