From 41bd2ad2b55f7932e78c177b990aae1f90d7b917 Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Sun, 15 Jun 2025 13:35:24 +0200 Subject: [PATCH] Fix CI to use the node versino defined in .nvmrc --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 7b863f2..9350b80 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: lts/* + node-version-file: .nvmrc - name: Install dependencies run: npm install -g pnpm && pnpm install - name: Build the service that will be tested