From e8c99583a06b814873f8803ae1172e43f2fbed02 Mon Sep 17 00:00:00 2001 From: Edd Date: Wed, 25 Oct 2023 16:38:19 +0100 Subject: [PATCH] update nvm version --- .github/workflows/E2ETests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/E2ETests.yml b/.github/workflows/E2ETests.yml index b91a914e..c7e37d67 100644 --- a/.github/workflows/E2ETests.yml +++ b/.github/workflows/E2ETests.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: # run n copies of the current job in parallel - node: [16.18] + node: [18] steps: - name: Waiting for 200 from the Vercel Preview uses: patrickedqvist/wait-for-vercel-preview@v1.3.1