Skip to content

Commit d8f08f6

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

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
- name: Install missing usocket
5555
if: matrix.os == 'ubuntu-latest'
5656
run: npm install usocket
57+
- run: node -v
5758
- run: npm run coverage
5859
env:
5960
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)