Skip to content

[Snyk] Security upgrade update-notifier from 4.1.0 to 6.0.0 #248

[Snyk] Security upgrade update-notifier from 4.1.0 to 6.0.0

[Snyk] Security upgrade update-notifier from 4.1.0 to 6.0.0 #248

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: [ 14.x, 16.x, lts/* ]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
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