From 77ab41159a4f59d9faff318909f4df522e90ccdc Mon Sep 17 00:00:00 2001 From: Amarjeet Yelwande <26715498+AmarjeetYelwande@users.noreply.github.com> Date: Sun, 5 Jan 2025 16:38:38 +0000 Subject: [PATCH] Update e2e.yml --- .github/workflows/e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 016acfe..f88b499 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v3 - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3 with: node-version: '14' - name: Install dependencies @@ -20,4 +20,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: Test Results - path: test-results \ No newline at end of file + path: test-results