From 9e4aa2bdff35083eea803c8843ed00af71768a79 Mon Sep 17 00:00:00 2001 From: James Mallon Date: Thu, 4 Jan 2024 16:32:16 +0100 Subject: [PATCH] build(main-action): revert npm ci to install --- .github/workflows/main-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index e26ba8f..0e6e02d 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -54,7 +54,7 @@ jobs: node-version: '20.10' - name: Install Dependencies - run: npm ci + run: npm install - name: Semantic Release run: npx semantic-release --repository-url https://github.com/Jamesmallon1/solana-block-cacher.git