From e4e5d8928577a3871bb7c8be40b95a9bd73411f4 Mon Sep 17 00:00:00 2001 From: Bernie Reiter Date: Fri, 26 Apr 2024 15:31:50 +0200 Subject: [PATCH 1/3] Tests: Fix npm tests on macOS --- .github/workflows/test-npm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-npm.yml b/.github/workflows/test-npm.yml index 4777169c09563..c2c16e55f4b2e 100644 --- a/.github/workflows/test-npm.yml +++ b/.github/workflows/test-npm.yml @@ -127,7 +127,7 @@ jobs: # - Ensures version-controlled files are not modified or deleted. test-npm-macos: name: Test npm on MacOS - runs-on: macos-latest + runs-on: macos-13 # Later GHA macOS runners are arm64-only, for which node 14 isn't available. permissions: contents: read timeout-minutes: 30 From e4dd72cc0084510a8072336dd6c23fd0440a5a37 Mon Sep 17 00:00:00 2001 From: Bernie Reiter Date: Fri, 26 Apr 2024 15:52:38 +0200 Subject: [PATCH 2/3] Remove `svn` debug command. --- .github/workflows/test-npm.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test-npm.yml b/.github/workflows/test-npm.yml index c2c16e55f4b2e..05549b10a0961 100644 --- a/.github/workflows/test-npm.yml +++ b/.github/workflows/test-npm.yml @@ -82,7 +82,6 @@ jobs: node --version curl --version git --version - svn --version - name: Install npm Dependencies run: npm ci From 85664142d3509e35b7eb6c8fd5bc837eb12a3fab Mon Sep 17 00:00:00 2001 From: Bernie Reiter Date: Fri, 26 Apr 2024 15:57:06 +0200 Subject: [PATCH 3/3] Missed another svn debug call :facepalm: --- .github/workflows/test-npm.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test-npm.yml b/.github/workflows/test-npm.yml index 05549b10a0961..69ffe8add2b89 100644 --- a/.github/workflows/test-npm.yml +++ b/.github/workflows/test-npm.yml @@ -147,7 +147,6 @@ jobs: node --version curl --version git --version - svn --version - name: Install npm Dependencies run: npm ci