Skip to content

Commit

Permalink
build: update electron version
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeJerred committed Jun 29, 2024
1 parent adb53fa commit bc3b8dd
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
version: [
{ node: 20.9.0, electron: 29.1.4, openssl: 1.1.1w }
{ node: 20.14.0, electron: 31.1.0, openssl: 1.1.1w }
]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
version: [
{ node: 20.9.0, electron: 29.1.4, openssl: 1.1.1w }
{ node: 20.14.0, electron: 31.1.0, openssl: 1.1.1w }
]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
with:
node-version: 20.9.0
node-version: 20.14.0
check-latest: true
cache: 'npm'
cache-dependency-path: package-lock.json
Expand Down
17 changes: 9 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@git-glint/nodegit",
"description": "Node.js libgit2 asynchronous native bindings",
"version": "0.28.0-alpha.111",
"version": "0.28.0-alpha.112",
"homepage": "http://nodegit.org",
"keywords": [
"libgit2",
Expand Down

0 comments on commit bc3b8dd

Please sign in to comment.