Skip to content

Commit bc3b8dd

Browse files
committed
build: update electron version
1 parent adb53fa commit bc3b8dd

File tree

5 files changed

+13
-12
lines changed

5 files changed

+13
-12
lines changed

.github/workflows/package-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
version: [
12-
{ node: 20.9.0, electron: 29.1.4, openssl: 1.1.1w }
12+
{ node: 20.14.0, electron: 31.1.0, openssl: 1.1.1w }
1313
]
1414

1515
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
os: [ubuntu-latest, macos-latest, windows-latest]
1515
version: [
16-
{ node: 20.9.0, electron: 29.1.4, openssl: 1.1.1w }
16+
{ node: 20.14.0, electron: 31.1.0, openssl: 1.1.1w }
1717
]
1818

1919
steps:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
env:
2222
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
2323
with:
24-
node-version: 20.9.0
24+
node-version: 20.14.0
2525
check-latest: true
2626
cache: 'npm'
2727
cache-dependency-path: package-lock.json

package-lock.json

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@git-glint/nodegit",
33
"description": "Node.js libgit2 asynchronous native bindings",
4-
"version": "0.28.0-alpha.111",
4+
"version": "0.28.0-alpha.112",
55
"homepage": "http://nodegit.org",
66
"keywords": [
77
"libgit2",

0 commit comments

Comments
 (0)