Skip to content

Bump actions/setup-node from 4.0.1 to 4.0.2 #159

Bump actions/setup-node from 4.0.1 to 4.0.2

Bump actions/setup-node from 4.0.1 to 4.0.2 #159

Workflow file for this run

---
name: "ci"
on:
pull_request:
branches:
- "main"
push:
branches:
- "main"
permissions: "read-all"
jobs:
ci:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11"
with:
submodules: true
- uses: "pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598"
with:
version: "latest"
- uses: "actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8"
with:
node-version-file: ".nvmrc"
cache: "pnpm"
- uses: "peaceiris/actions-hugo@v2"
with:
hugo-version: "0.105.0"
extended: true
- run: "make install"
- run: "make lint"
- run: "hugo --minify"