Skip to content

chore(deps): bump the docusaurus group in /site with 4 updates #701

chore(deps): bump the docusaurus group in /site with 4 updates

chore(deps): bump the docusaurus group in /site with 4 updates #701

Workflow file for this run

name: Testing
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 16.x
- run: npm ci
- run: npm run lint
- run: npm test