From c7819bd098b5f73474612dbed2518fafe64b143f Mon Sep 17 00:00:00 2001 From: sajjad isvand Date: Fri, 14 Jun 2024 03:05:51 +0330 Subject: [PATCH] chore: update Node version to 20 in build & pull --- .github/workflows/build.yml | 10 +++++----- .github/workflows/pull.yml | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c10d168..346ec0f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Install Node v18 + - name: Install Node v20 uses: actions/setup-node@v3 with: node-version: 20 @@ -38,10 +38,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Install Node v18 + - name: Install Node v20 uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: npm - name: Install dependencies @@ -60,10 +60,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Install Node v18 + - name: Install Node v20 uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: npm - name: Install dependencies diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 8dd0ffb..deeb795 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -15,10 +15,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Install Node v18 + - name: Install Node v20 uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: npm - name: Install dependencies @@ -38,10 +38,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Install Node v18 + - name: Install Node v20 uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: npm - name: Install dependencies @@ -60,10 +60,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Install Node v18 + - name: Install Node v20 uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: npm - name: Install dependencies