Skip to content

Bump highlight.js from 11.9.0 to 11.11.1 #345

Bump highlight.js from 11.9.0 to 11.11.1

Bump highlight.js from 11.9.0 to 11.11.1 #345

Workflow file for this run

name: nodejs
on:
push:
branches: master
pull_request:
branches: master
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node: [20.x]
steps:
- name: Check out Hyas project
uses: actions/checkout@v2
- name: Set up Node.js ${{ matrix.node }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- name: Install dependencies
run: npm ci
- name: Build production website
run: npm run build