From 1f954abcd0705eccd8dc60d5ef8ffb7d4e672138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Dubigny?= Date: Fri, 25 Oct 2024 15:34:28 +0200 Subject: [PATCH] fix: setup node in ci --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a553871..b51950c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + cache: "npm" + node-version-file: package.json - run: npm ci - name: Cypress run uses: cypress-io/github-action@v6