From 016e6a169fc0930afc5e031726c2d397b496133c Mon Sep 17 00:00:00 2001 From: Gerrit Birkeland Date: Tue, 17 Dec 2024 20:09:27 -0700 Subject: [PATCH] Lock npm to 10 for 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 ab820868b..9a26480d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: with: node-version: 18 - name: Upgrade npm - run: npm i -g npm@latest + run: npm i -g npm@10 - name: Install run: npm ci - name: Build