We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4a6df commit 3f51e31Copy full SHA for 3f51e31
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
os: [ubuntu-latest, macos-12, windows-latest]
15
version: [
16
- { node: 16.15.0, electron: 20.1.0 }
+ { node: 16.17.1, electron: 22.0.0 }
17
]
18
19
steps:
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
env:
25
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
26
with:
27
- node-version: 16.15.0
+ node-version: 16.17.1
28
check-latest: true
29
cache: 'npm'
30
cache-dependency-path: package-lock.json
0 commit comments