Skip to content

Set min supported Node.js to v16, major version bump (#70) #55

Set min supported Node.js to v16, major version bump (#70)

Set min supported Node.js to v16, major version bump (#70) #55

Workflow file for this run

name: Documentation
on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'src/**'
- 'README.md'
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm install
- run: npm run docs
- name: Deploy docs
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: docs