Skip to content

Commit 3cdf78e

Browse files
committed
Up Ele, print node
1 parent 51b40ab commit 3cdf78e

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
- name: Install missing usocket
5555
if: matrix.os == 'ubuntu-latest'
5656
run: npm install usocket
57+
- name: Rebuild native modules
58+
run: npm rebuild
5759
- run: npm run coverage
5860
env:
5961
CI: true

package-lock.json

Lines changed: 4 additions & 4 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
@@ -138,7 +138,7 @@
138138
"devDependencies": {
139139
"@vitest/coverage-istanbul": "^3.2.4",
140140
"cross-env": "^7.0.3",
141-
"electron": "^37.2.0",
141+
"electron": "^37.2.3",
142142
"electron-builder": "^26.0.12",
143143
"husky": "^9.1.7",
144144
"rimraf": "^6.0.1",

0 commit comments

Comments
 (0)