From 0fc6ec4e5025ce9395c1edf4ed7f0da812fc0e2a Mon Sep 17 00:00:00 2001 From: Alexander Kantchev Date: Thu, 30 May 2024 12:15:30 +0300 Subject: [PATCH] [Task N/A] Updated build file. Signed-off-by: Alexander Kantchev --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed3ed0a8..f0eb6361 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,8 +31,8 @@ jobs: with: node-version: ${{ matrix.node-version }} - - name: Install NPM 8 - run: npm install -g npm@8.3.1 # lock to 8.3.1 until actions/setup-node#411 and npm/cli#4341 are fixed + - name: Install NPM 9.4.0 + run: npm install -g npm@9.4.0 # lock to 9.4.0 until actions/setup-node#411 and npm/cli#4341 are fixed - name: Set version number of package.json and build artifact id: version_step