From 8b3a6f6159ab29c8d7c6b5d3b3f58e9c18b29330 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Wed, 20 Mar 2024 17:50:39 +0100 Subject: [PATCH] reverted a npm version bump missed in the last revert --- .github/workflows/auto-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index 1cd5165c..8881ffbc 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -33,7 +33,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - - run: npm install npm@10 -g + - run: npm install npm@9 -g - run: npm install - run: npm run build - run: npm run test-backend