From 22827ff3aa47e153d61d68f747926bd6163b5526 Mon Sep 17 00:00:00 2001 From: Kamil Szubrycht Date: Fri, 17 Nov 2023 16:44:11 +0100 Subject: [PATCH] Pin npm version in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0ffbfcc..2f658079 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Update npm to the latest version - run: npm install -g npm@latest + run: npm install -g npm@next-9 - name: Install packages that are used in this pipeline run: npm install --global ajv-cli wait-on - run: npm install