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