Skip to content

updated dates and location for 2024 (#195) #88

updated dates and location for 2024 (#195)

updated dates and location for 2024 (#195) #88

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