From 29002b90ca19d066a18ca9742a3e473ae8bd3612 Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Wed, 11 Sep 2024 01:19:05 +0000 Subject: [PATCH] ci: run macOS tests except for Node.js v14 --- .github/workflows/nodejs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 4c5d147..18f422a 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -10,8 +10,11 @@ jobs: strategy: fail-fast: false matrix: + include: + # @actions/setup-node does not support Node.js v14 for macOS + - node: 14 + os: ubuntu-latest node: - - 14 - 16.0.0 - 16 - 18.0.0 @@ -21,6 +24,7 @@ jobs: - 22.6 os: - ubuntu-latest + - macOS-latest steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Use Node.js ${{ matrix.node }}