Unfuck the workflow

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

View File

@ -20,13 +20,13 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- run: npm run dev:updateCheck
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm run dev:updateCheck
- run: npm ci
- run: npm run build
- run: npm test