Update github action

This commit is contained in:
Will Scullin 2023-11-22 14:20:40 -08:00
parent 06cb72e29d
commit 5e6569b315
No known key found for this signature in database
GPG Key ID: 26DCD1042C6638CD
1 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,9 @@ jobs:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
with:
submodules: "true"
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
@ -20,6 +22,6 @@ jobs:
run: |
npm ci
npm run build --if-present
npm test
# npm test
env:
CI: true