Skip to content

Updated Dates for SoCraTes Family 2024 (#190) #82

Updated Dates for SoCraTes Family 2024 (#190)

Updated Dates for SoCraTes Family 2024 (#190) #82

Workflow file for this run

name: Test
on: push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install dependencies
run: npm ci --no-audit
- name: Test
run: npm test