Skip to content

Commit f7b29d7

Browse files
committed
CI: ensure prebuilds use Node API version 7
1 parent 0b80618 commit f7b29d7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-darwin-arm64v8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
if: matrix.prebuild && startsWith(github.ref, 'refs/tags/')
3434
env:
3535
prebuild_upload: ${{ secrets.GITHUB_TOKEN }}
36-
run: npx prebuild --runtime napi --target 5
36+
run: npx prebuild --runtime napi --target 7

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ jobs:
9999
if: matrix.prebuild && startsWith(github.ref, 'refs/tags/')
100100
env:
101101
prebuild_upload: ${{ secrets.GITHUB_TOKEN }}
102-
run: npx prebuild --runtime napi --target 5
102+
run: npx prebuild --runtime napi --target 7

0 commit comments

Comments
 (0)