Skip to content

Bump simple-datatables from 8.0.0 to 9.0.0 #16

Bump simple-datatables from 8.0.0 to 9.0.0

Bump simple-datatables from 8.0.0 to 9.0.0 #16

Workflow file for this run

name: Test
on:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- run: yarn install
- name: Verify Site Builds
run: yarn build