Skip to content

Commit 059c067

Browse files
committed
updating workflows and package.json
1 parent 0c2cede commit 059c067

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/build-all.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Electron versions
8080
shell: bash
8181
id: electron-test-versions
82-
run: echo "matrix={'include':[{'electron':'29.4.6', 'os':'windows-2022'},{'electron':'30.5.1', 'os':'windows-2022'},{'electron':'31.7.3', 'os':'windows-2022'},{'electron':'32.2.2', 'os':'windows-2022'},{'electron':'33.0.2', 'os':'windows-2022'}]}" >> $GITHUB_OUTPUT
82+
run: echo "matrix={'include':[{'electron':'29.4.6', 'os':'windows-2022'},{'electron':'30.5.1', 'os':'windows-2022'},{'electron':'31.7.3', 'os':'windows-2022'},{'electron':'32.2.2', 'os':'windows-2022'},{'electron':'33.1.0', 'os':'windows-2022'}]}" >> $GITHUB_OUTPUT
8383

8484
test:
8585
strategy:

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
os: [macos-13, macos-14, ubuntu-22.04, windows-2022]
8585
# os: [ macos-14, ubuntu-22.04]
8686
# electron: [32.1.2]
87-
electron: [29.4.6, 30.5.1, 31.7.3, 32.2.2, 33.0.2]
87+
electron: [29.4.6, 30.5.1, 31.7.3, 32.2.2, 33.1.0]
8888
# electron: [31.6.0, 32.1.0]
8989

9090
name: test-${{ matrix.os }}-v${{ matrix.electron }}

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"url": "http://tomasz.janczuk.org",
66
"twitter": "tjanczuk"
77
},
8-
"version": "33.0.1",
8+
"version": "33.0.2",
99
"description": "Edge.js: run .NET and Node.js in-process on Electron",
1010
"tags": [
1111
"owin",
@@ -45,7 +45,7 @@
4545
"nan": "^2.22.0"
4646
},
4747
"devDependencies": {
48-
"electron": "^33.0.2",
48+
"electron": "^33.1.0",
4949
"follow-redirects": "^1.15.9",
5050
"mocha": "10.8.2",
5151
"mochawesome": "^7.1.3",

0 commit comments

Comments
 (0)