From a2d5406714d44c508ef7eeba3042a1da0e8a5e78 Mon Sep 17 00:00:00 2001 From: con-cis <54837156+con-cis@users.noreply.github.com> Date: Mon, 11 Dec 2023 19:59:51 +0100 Subject: [PATCH 1/2] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b1de5f..a55cd48 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: node-version: 18 - name: Install Dependencies - run: npm install + run: npm install --force - name: Build Release Files run: npm run build @@ -44,4 +44,4 @@ jobs: with: name: release_on_${{ matrix. os }} path: release/ - retention-days: 5 \ No newline at end of file + retention-days: 5 From fbaf1fdd30f6a53f91f2009c370e630faf8fb024 Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 11 Dec 2023 20:04:14 +0100 Subject: [PATCH 2/2] npm install --force --- .github/workflows/node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 587bf0d..7dac521 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -27,7 +27,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install Dependencies - run: npm install + run: npm install --force - name: Build Release Files run: npm run build --if-present - name: Electronegativity