From 75d82bf2d2d2ef333a902361f64f47195ae76daf Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Mon, 27 Nov 2023 16:10:07 -0800 Subject: [PATCH] Bump node version Signed-off-by: Varun Patil --- .github/workflows/e2e.yaml | 8 ++++---- .github/workflows/release.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 5fa3cd95..ebc1685b 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -23,7 +23,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x - name: Checkout the app uses: actions/checkout@v3 @@ -76,7 +76,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x - uses: actions/download-artifact@v2 with: @@ -149,7 +149,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x - uses: actions/download-artifact@v2 with: @@ -208,7 +208,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x - uses: actions/download-artifact@v2 with: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 590ba6f3..605da11f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x - name: Build run: |