From 7838e33ef0cf87ec9d7f53436d9d9f49cc4e1ba3 Mon Sep 17 00:00:00 2001 From: mattk70 Date: Sat, 21 Oct 2023 22:55:45 +0100 Subject: [PATCH] run: npm@8 ci --- .github/workflows/check-installation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-installation.yml b/.github/workflows/check-installation.yml index 67b7be22..d4280003 100644 --- a/.github/workflows/check-installation.yml +++ b/.github/workflows/check-installation.yml @@ -19,6 +19,6 @@ jobs: node-version: 16.13.x - run: echo "🍏 Node setup status is ${{ job.status }}." - name: Install - run: npm ci + run: npm@8 ci - run: echo "Install's status is ${{ job.status }}."