diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index e663e3f..2d136fd 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -25,12 +25,10 @@ jobs: steps: - uses: actions/checkout@v3 - - run: ls -la - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - cache: 'npm' - run: npm ci - run: npm run build --if-present - run: npm test