From 7754cb06a82be3d9ef1ac1983fd6a46652032dbc Mon Sep 17 00:00:00 2001 From: sajjad isvand Date: Fri, 14 Jun 2024 22:20:55 +0330 Subject: [PATCH] chore: Update release.yml to use 'npm install' instead of 'npm ci' --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ecc20cf..63b8d8a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,7 +75,7 @@ jobs: run: npm install -g node-gyp - name: Install dependencies - run: npm ci + run: npm install - name: Install electron-builder run: npm i electron-builder -g