Skip to content

build(deps-dev): bump hugo-bin from 0.132.0 to 0.142.0 #356

build(deps-dev): bump hugo-bin from 0.132.0 to 0.142.0

build(deps-dev): bump hugo-bin from 0.132.0 to 0.142.0 #356

Workflow file for this run

name: lint & build
on:
push:
tags:
- v*
branches: [ main, v0.9 ]
pull_request:
branches: [ main, v0.9 ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm i
- run: npm run lint
- run: npm run build