Skip to content

Update the link to the v4 docs (#196) #278

Update the link to the v4 docs (#196)

Update the link to the v4 docs (#196) #278

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
defaults:
run:
shell: bash
jobs:
all:
name: build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Install
run: npm run install:ci
- name: Build
run: npm run build
- name: Test
run: npm t