@swimlane/nodegit 2.0.6 → 2.0.7

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.
@@ -23,7 +23,7 @@ jobs:
23
23
  host: macos-14
24
24
 
25
25
  - name: linux-amd
26
- host: ubuntu-24.04
26
+ host: ubuntu-22.04
27
27
  env:
28
28
  CC: clang
29
29
  CXX: clang++
@@ -21,8 +21,8 @@ jobs:
21
21
  npm_config_clang: 1
22
22
  GYP_DEFINES: use_obsolete_asm=true
23
23
  DEBIAN_FRONTEND: "noninteractive"
24
- runs-on: ubuntu-24.04
25
- container: ubuntu:24.04
24
+ runs-on: ubuntu-22.04
25
+ container: ubuntu:22.04
26
26
  steps:
27
27
  - name: prerequisites
28
28
  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": "2.0.6",
4
+ "version": "2.0.7",
5
5
  "homepage": "http://nodegit.org",
6
6
  "keywords": [
7
7
  "libgit2",