Skip to content

chore: bump actions/setup-node from 4 to 5 #829

chore: bump actions/setup-node from 4 to 5

chore: bump actions/setup-node from 4 to 5 #829

Workflow file for this run

name: "Build Test"
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Fetch submodules
run: git submodule update --init --recursive
- name: Setup Node
uses: actions/setup-node@v5
with:
node-version: "16.x"
cache: 'yarn'
- run: yarn
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: "0.147.0"
extended: true
- name: Build Site
run: |
git config core.quotePath false
HUGO_ENV=production hugo --minify
- name: Check links
uses: wjdp/htmltest-action@11acebff5338acdc9363f2a5e4fc0a84f96da64e
with:
skip_external: true