diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9e26d5a1c..df5ed8903 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,6 +39,11 @@ jobs: - run: exit 1 if: ${{ needs.test_matrix.result != 'success' }} - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: "lts/*" + cache: npm - run: npm ci - run: npm run lint + - run: npm run build if: ${{ always() }}