fixup! Add verify workflow

This commit is contained in:
Kevin McCormack 2024-04-04 09:20:14 -04:00
parent 9d346490f7
commit 72b25a2c20
1 changed files with 4 additions and 1 deletions

View File

@ -10,6 +10,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install npm modules
run: npm ci
- name: Test
run: npm test