Skip to content

Commit eb4a6df

Browse files
committed
build: update for electron 20
1 parent ec21fb7 commit eb4a6df

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.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-12, windows-latest]
1515
version: [
16-
{ node: 16.14.2, electron: 19.0.4 }
16+
{ node: 16.15.0, electron: 20.1.0 }
1717
]
1818

1919
steps:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
env:
2525
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
2626
with:
27-
node-version: 16.14.2
27+
node-version: 16.15.0
2828
check-latest: true
2929
cache: 'npm'
3030
cache-dependency-path: package-lock.json

package-lock.json

Lines changed: 2 additions & 2 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.101",
4+
"version": "0.28.0-alpha.102",
55
"homepage": "http://nodegit.org",
66
"keywords": [
77
"libgit2",

0 commit comments

Comments
 (0)