@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.
@@ -37,7 +37,7 @@ jobs:
37
37
  submodules: true
38
38
  - uses: actions/setup-node@v4
39
39
  with:
40
- node-version: 20
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 --napi --strip --tag-libc -t "$(node --version | tr -d 'v')"
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@swimlane/nodegit",
3
3
  "description": "Node.js libgit2 asynchronous native bindings",
4
- "version": "1.1.2",
4
+ "version": "1.1.3",
5
5
  "homepage": "http://nodegit.org",
6
6
  "keywords": [
7
7
  "libgit2",
@@ -7,4 +7,4 @@ WORKDIR /app
7
7
 
8
8
  RUN npm ci --ignore-scripts && \
9
9
  npm run preinstall && \
10
- npx prebuildify --napi --strip --tag-libc -t "$(node --version | tr -d 'v')"
10
+ npx prebuildify --strip --tag-libc -t "$(node --version | tr -d 'v')"
@@ -12,4 +12,4 @@ WORKDIR /app
12
12
 
13
13
  RUN npm ci --ignore-scripts && \
14
14
  npm run preinstall && \
15
- npx prebuildify --napi --strip --tag-libc -t "$(node --version | tr -d 'v')"
15
+ npx prebuildify --strip --tag-libc -t "$(node --version | tr -d 'v')"