diff --git a/.github/workflows/e2e-browser.yml b/.github/workflows/e2e-browser.yml index 5abd1780e..c8479917f 100644 --- a/.github/workflows/e2e-browser.yml +++ b/.github/workflows/e2e-browser.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version-file: ".nvmrc" cache: npm - run: npm ci - run: npm run build