From f84fa7fd283d484ed849a2358b7f026c888c09a2 Mon Sep 17 00:00:00 2001 From: Gerrit Birkeland Date: Sun, 21 Jul 2024 10:10:09 -0600 Subject: [PATCH] Try that version --- .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 651e7f36b..813c00f9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Install working npm - run: npm install -g npm@10.8.0 + run: npm install -g npm@10.7.0 - name: Install run: npm ci - name: Build