@swimlane/nodegit 1.1.4 → 1.1.5

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.
@@ -11,7 +11,7 @@ jobs:
11
11
  name: build
12
12
  strategy:
13
13
  matrix:
14
- node: [18.17.0]
14
+ node: [20.0.0]
15
15
  os:
16
16
  # macos-14 is arm64 (m1)
17
17
  - name: darwin
@@ -37,7 +37,7 @@ jobs:
37
37
  submodules: true
38
38
  - uses: actions/setup-node@v4
39
39
  with:
40
- node-version: 18.17.0
40
+ node-version: 20.0.0
41
41
  check-latest: true
42
42
  - name: Prebuildify
43
43
  run: |
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.4",
4
+ "version": "1.1.5",
5
5
  "homepage": "http://nodegit.org",
6
6
  "keywords": [
7
7
  "libgit2",
@@ -1,4 +1,4 @@
1
- FROM node:18.17.0-alpine3.17
1
+ FROM node:20.0.0-alpine3.17
2
2
 
3
3
  RUN apk add build-base git krb5-dev libgit2-dev libssh-dev pkgconfig python3 tzdata
4
4
 
@@ -1,4 +1,4 @@
1
- FROM node:18.17.0-bullseye
1
+ FROM node:20.0.0-bullseye
2
2
 
3
3
  ENV DEBIAN_FRONTEND noninteractive
4
4
  ENV LC_ALL en_US.UTF-8