diff --git a/.github/workflows/playwright-tests.yml b/.github/workflows/playwright-tests.yml index b1a5c22..3bbcae2 100644 --- a/.github/workflows/playwright-tests.yml +++ b/.github/workflows/playwright-tests.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '.nvmrc' + node-version-file: '.nvmrc' - name: Install dependencies run: npm install -g pnpm && pnpm install - name: Install Playwright Browsers