Skip to content

Bump clean-jsdoc-theme from 4.2.17 to 4.2.18 #856

Bump clean-jsdoc-theme from 4.2.17 to 4.2.18

Bump clean-jsdoc-theme from 4.2.17 to 4.2.18 #856

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
- run: npm run lint:test
- run: npm run test
env:
CI: true