Skip to content

Commit 6600abc

Browse files
szegediclaude
andcommitted
Use action-prebuildify v4 naming for node-gyp-build 4.x
Point to action-prebuildify@support-node-gyp-build-v4 branch and set node-gyp-build-major: 4 so prebuilds use the new tag-based filename convention compatible with node-gyp-build v4. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e5a0c83 commit 6600abc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,14 @@ jobs:
3535
- run: npm run test:js-valgrind
3636

3737
build:
38-
uses: Datadog/action-prebuildify/.github/workflows/build.yml@main
38+
uses: Datadog/action-prebuildify/.github/workflows/build.yml@support-node-gyp-build-v4
3939
with:
4040
target-name: 'dd_pprof' # target name in binding.gyp
4141
package-manager: 'npm' # npm or yarn
4242
cache: true # enable caching of dependencies based on lockfile
4343
min-node-version: 18
4444
skip: 'linux-arm,linux-ia32' # skip building for these platforms
45+
node-gyp-build-major: 4
4546

4647
dev_publish:
4748
needs: build

0 commit comments

Comments
 (0)