Skip to content

build(deps): bump send and serve-static (#218) #285

build(deps): bump send and serve-static (#218)

build(deps): bump send and serve-static (#218) #285

Workflow file for this run

name: docsify-cli
on:
push:
pull_request:
branches:
- master
workflow_dispatch:
jobs:
build:
runs-on: "${{ matrix.os }}"
strategy:
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
node-version: [ 'lts/*' ]
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- name: Build docsify-cli
run: npm run build
- name: Run e2e tests
run: npm run test