Skip to content

Commit 3f51e31

Browse files
committed
build: update node to 16.17.1, electron to 22.0.0
1 parent eb4a6df commit 3f51e31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.15.0, electron: 20.1.0 }
16+
{ node: 16.17.1, electron: 22.0.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.15.0
27+
node-version: 16.17.1
2828
check-latest: true
2929
cache: 'npm'
3030
cache-dependency-path: package-lock.json

0 commit comments

Comments
 (0)