Skip to content

chore: add prebuildify and node-gyp-build #46

chore: add prebuildify and node-gyp-build

chore: add prebuildify and node-gyp-build #46

name: test-keyring-mac-x64
on: [push]
jobs:
build-native-node-module-on-mac:
runs-on: macos-12
environment: dev
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- uses: actions/setup-go@v3
with:
go-version: '1.20.1'
- run: npm install --ignore-scripts
- run: npm run build:go:amd64
- run: npm run build:node