From d04c1fb6076f390356d7aa66625c912eebb7beb2 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Sat, 30 Dec 2023 09:40:31 +0100 Subject: [PATCH] Removed Node version from matrix title - we only run CI on one version so it's not needed any more --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7cd894e..01945178 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: node: 18 host: arm64 target: arm64 - name: ${{ matrix.os }} (node=${{ matrix.node }}, host=${{ matrix.host }}, target=${{ matrix.target }}) + name: ${{ matrix.os }} (host=${{ matrix.host }}, target=${{ matrix.target }}) steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - uses: actions/setup-node@v4