Attempt to unfuck the workflow

This commit is contained in:
Holly Stubbs 2023-04-21 16:06:14 +01:00 committed by GitHub
parent 98060d67b7
commit 3a84e84090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm run dev:updateCheck
- run: npm ci
- run: npm run dev:updateCheck
- run: npm run build
- run: npm test