@swimlane/nodegit 1.1.2 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/publish.yml +2 -2
- package/package.json +1 -1
- package/prebuilds/darwin-arm64/@swimlane+nodegit.glibc.node +0 -0
- package/prebuilds/darwin-x64/@swimlane+nodegit.glibc.node +0 -0
- package/prebuilds/linux-x64/@swimlane+nodegit.glibc.node +0 -0
- package/scripts/Dockerfile.alpine +1 -1
- package/scripts/Dockerfile.debian +1 -1
|
@@ -37,7 +37,7 @@ jobs:
|
|
|
37
37
|
submodules: true
|
|
38
38
|
- uses: actions/setup-node@v4
|
|
39
39
|
with:
|
|
40
|
-
node-version:
|
|
40
|
+
node-version: 18.17.0
|
|
41
41
|
check-latest: true
|
|
42
42
|
- name: Prebuildify
|
|
43
43
|
run: |
|
|
@@ -46,7 +46,7 @@ jobs:
|
|
|
46
46
|
sudo apt-get install -y software-properties-common git build-essential clang libssl-dev libkrb5-dev libc++-dev wget python3
|
|
47
47
|
npm ci --ignore-scripts
|
|
48
48
|
npm run preinstall
|
|
49
|
-
npx prebuildify --
|
|
49
|
+
npx prebuildify --strip --tag-libc -t "$(node --version | tr -d 'v')"
|
|
50
50
|
- uses: actions/upload-artifact@v4
|
|
51
51
|
with:
|
|
52
52
|
name: prebuild-${{ runner.os }}-${{ runner.arch }}
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|