From 40edb219c6e1bd8bf2a0a40ac0eb8a2eca7f4bb5 Mon Sep 17 00:00:00 2001 From: "alexander.akait" Date: Wed, 29 May 2024 20:01:24 +0300 Subject: [PATCH] ci: fix --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 9d1b566..083bb51 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -75,7 +75,7 @@ jobs: with: result-encoding: string script: | - if ('${{ matrix.os }}' === 'macos-latest' && '${{ matrix['node-version'] }}' === '12.x') { + if ('${{ matrix.os }}' === 'macos-latest' && ('${{ matrix['node-version'] }}' === '12.x' || '${{ matrix['node-version'] }}' === '14.x')) { return "x64" } else { return ''