Skip to content

feat: add support for highlight.js 11 #212

feat: add support for highlight.js 11

feat: add support for highlight.js 11 #212

Workflow file for this run

name: Build and Test
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12.x
- name: npm install and build
run: npm ci
- name: test
run: npm test