diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 56449660..b95c13e6 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -1,4 +1,4 @@ -name: Node.js CI +name: CI on: push: @@ -12,7 +12,8 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 20 + cache: npm - run: npm ci - run: npm run build - - run: npm test + - run: npm run test