diff --git a/.github/workflows/pull-request-preview.yml b/.github/workflows/pull-request-preview.yml index b3cf9b165..2492456ae 100644 --- a/.github/workflows/pull-request-preview.yml +++ b/.github/workflows/pull-request-preview.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 - run: npm install -g yarn - name: Install dependencies (frozen) and build run: | @@ -52,7 +52,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 - name: Install dependencies run: yarn install --frozen-lockfile - name: Install Playwright Browsers diff --git a/.nvmrc b/.nvmrc index 3c032078a..2edeafb09 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18 +20 \ No newline at end of file