From 9c4a27ef0b242cede4f3835167534d2425e07b4c Mon Sep 17 00:00:00 2001 From: Benjamin POCHAT Date: Wed, 28 Feb 2024 21:37:27 +0100 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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