From b450ebc3921218bf223cd6d6fb04672a18749c8b Mon Sep 17 00:00:00 2001 From: derberg Date: Thu, 4 Apr 2024 11:43:43 +0200 Subject: [PATCH] dupa --- .github/workflows/if-nodejs-pr-testing.yml | 3 ++- .github/workflows/if-nodejs-release.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/if-nodejs-pr-testing.yml b/.github/workflows/if-nodejs-pr-testing.yml index 606fbae1f92..b17d6597407 100644 --- a/.github/workflows/if-nodejs-pr-testing.yml +++ b/.github/workflows/if-nodejs-pr-testing.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-2019] + os: [ubuntu-latest, macos-latest, windows-latest] steps: - if: > !github.event.pull_request.draft && !( @@ -39,6 +39,7 @@ jobs: run: | git config --global core.autocrlf false git config --global core.eol lf + shell: bash - if: steps.should_run.outputs.shouldrun == 'true' name: Checkout repository uses: actions/checkout@v4 diff --git a/.github/workflows/if-nodejs-release.yml b/.github/workflows/if-nodejs-release.yml index eec6f0711f1..43d7bb4f04d 100644 --- a/.github/workflows/if-nodejs-release.yml +++ b/.github/workflows/if-nodejs-release.yml @@ -32,12 +32,13 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-2019] + os: [ubuntu-latest, macos-latest, windows-latest] steps: - name: Set git to use LF #to once and for all finish neverending fight between Unix and Windows run: | git config --global core.autocrlf false git config --global core.eol lf + shell: bash - name: Checkout repository uses: actions/checkout@v4 - name: Check if Node.js project and has package.json