From 7c8f08702c4b010962546a78a29b7bb638cafc6e Mon Sep 17 00:00:00 2001 From: subject026 Date: Tue, 23 Apr 2024 14:11:10 +0100 Subject: [PATCH] update action node versions --- .github/workflows/E2E.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/E2E.yml b/.github/workflows/E2E.yml index 5289beb..b6df2f0 100644 --- a/.github/workflows/E2E.yml +++ b/.github/workflows/E2E.yml @@ -21,7 +21,7 @@ jobs: - name: Setup node uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: "pnpm" # run: pnpm site install @@ -46,7 +46,7 @@ jobs: - name: Setup node uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: "pnpm" # run: pnpm site install @@ -76,7 +76,7 @@ jobs: - name: Setup node uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: "pnpm" # run: pnpm site install