From f70f585cbd717d838452170f4d6eb2dd9493c3bb Mon Sep 17 00:00:00 2001 From: agracio Date: Tue, 17 Sep 2024 22:33:03 +0100 Subject: [PATCH] updating GitHub pipeline --- .github/actions/setup-env/action.yml | 4 ++-- .github/workflows/main.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/setup-env/action.yml b/.github/actions/setup-env/action.yml index 7365a17..b673658 100644 --- a/.github/actions/setup-env/action.yml +++ b/.github/actions/setup-env/action.yml @@ -25,8 +25,8 @@ runs: uses: actions/setup-node@v4 with: node-version: ${{ inputs.node }} - cache: 'npm' - cache-dependency-path: package-lock.json + # cache: 'npm' + # cache-dependency-path: package-lock.json - name: Read package.json uses: actions/github-script@v7 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e431509..61a90b2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,7 +45,7 @@ jobs: os: [macos-13, macos-14, ubuntu-22.04, windows-2022] # os: [ windows-2022, ubuntu-22.04] # electron: [30.5.0] - electron: [29.4.6, 30.5.0, 31.6.0] + electron: [29.4.6, 30.5.1, 31.6.0] # electron: [31.6.0, 32.1.0] name: test-${{ matrix.os }}-v${{ matrix.electron }}