@@ -19,7 +19,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
- npm ci
+ npm install
npm run build --if-present
npm run test
env: