Update .github/workflows/test.yml
Co-authored-by: cawfeecake <48775802+cawfeecake@users.noreply.github.com>
This commit is contained in:
parent
f1853cea01
commit
af77af2bdb
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue