From f7b29d7b5968afdd01551f5f9684f42bb16fe4ac Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Mon, 5 Sep 2022 10:14:40 +0100 Subject: [PATCH] CI: ensure prebuilds use Node API version 7 --- .github/workflows/ci-darwin-arm64v8.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-darwin-arm64v8.yml b/.github/workflows/ci-darwin-arm64v8.yml index 650e7811..7c88ddbf 100644 --- a/.github/workflows/ci-darwin-arm64v8.yml +++ b/.github/workflows/ci-darwin-arm64v8.yml @@ -33,4 +33,4 @@ jobs: if: matrix.prebuild && startsWith(github.ref, 'refs/tags/') env: prebuild_upload: ${{ secrets.GITHUB_TOKEN }} - run: npx prebuild --runtime napi --target 5 + run: npx prebuild --runtime napi --target 7 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 556d577a..c8ed12e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,4 +99,4 @@ jobs: if: matrix.prebuild && startsWith(github.ref, 'refs/tags/') env: prebuild_upload: ${{ secrets.GITHUB_TOKEN }} - run: npx prebuild --runtime napi --target 5 + run: npx prebuild --runtime napi --target 7