Update .github/workflows/test.yml

Co-authored-by: cawfeecake <48775802+cawfeecake@users.noreply.github.com>
This commit is contained in:
naresh-gn 2024-02-09 07:59:33 -05:00 committed by GitHub
parent f1853cea01
commit af77af2bdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -10,10 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
node-version-file: package.json
- run: npm ci
- run: npm run test
- run: npm run check