diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 207f0c3..8bf5ffe 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -13,12 +13,13 @@ jobs: run: working-directory: ./frontend/app steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js 18.12.1 - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18.12.1 cache: 'npm' + cache-dependency-path: frontend/app - run: npm ci - run: npm run build --if-present - run: npm test