We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5df852 commit fdc0e2cCopy full SHA for fdc0e2c
1 file changed
.github/actions/build-native-binaries/action.yml
@@ -34,6 +34,9 @@ runs:
34
export npm_config_arch=arm64
35
export npm_config_target_arch=arm64
36
fi
37
+ # Set up pnpm environment for direct build
38
+ corepack enable
39
+ corepack use pnpm@latest
40
pnpm run install:native
41
42
- name: Build native module (Container)
0 commit comments