Skip to content

Bump simple-datatables from 9.0.0 to 9.0.3 #31

Bump simple-datatables from 9.0.0 to 9.0.3

Bump simple-datatables from 9.0.0 to 9.0.3 #31

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@v4
with:
node-version: 18
cache: 'yarn'
- run: yarn install
- name: Verify Site Builds
run: yarn build