From 7129688ea888b65db7f86c9d95011f92902578e8 Mon Sep 17 00:00:00 2001 From: Dani-Koza-AF Date: Wed, 14 Aug 2024 20:49:38 +0300 Subject: [PATCH] Updated GH workflow's node version to be compatible to version 18.x --- .github/workflows/build-apps-workflow.yml | 2 +- .github/workflows/deploy-to-QA.yml | 2 +- .github/workflows/release-Production-workflow.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-apps-workflow.yml b/.github/workflows/build-apps-workflow.yml index 486fed3..0486178 100644 --- a/.github/workflows/build-apps-workflow.yml +++ b/.github/workflows/build-apps-workflow.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x - name: Install plugin dependencies diff --git a/.github/workflows/deploy-to-QA.yml b/.github/workflows/deploy-to-QA.yml index eefe4d2..e37759a 100644 --- a/.github/workflows/deploy-to-QA.yml +++ b/.github/workflows/deploy-to-QA.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x - name: Install dependency run: | npm i rimraf diff --git a/.github/workflows/release-Production-workflow.yml b/.github/workflows/release-Production-workflow.yml index 0cdd1ae..98e250c 100644 --- a/.github/workflows/release-Production-workflow.yml +++ b/.github/workflows/release-Production-workflow.yml @@ -32,7 +32,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x - name: Install dependency run: | npm i rimraf