Skip to content

Commit 465e5a2

Browse files
committed
deps: attempt to update systeminformation to fix command in macos ci
1 parent 6088a76 commit 465e5a2

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ build:macos:
224224
- export PATH="$(npm root)/.bin:$PATH"
225225
- npm run prebuild --verbose
226226
- npm test -- --ci --coverage
227+
- ioreg -c IOPlatformDevice -d 3 -r
228+
- ioreg -c IOPlatformDevice -d 3 -r | grep cluster-type
227229
- npm run bench
228230
artifacts:
229231
when: always

package-lock.json

Lines changed: 7 additions & 7 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
@@ -60,7 +60,7 @@
6060
"prettier": "^2.6.2",
6161
"semver": "^7.3.7",
6262
"shx": "^0.3.4",
63-
"systeminformation": "^5.12.1",
63+
"systeminformation": "^5.18.4",
6464
"ts-jest": "^28.0.5",
6565
"ts-node": "^10.9.1",
6666
"tsconfig-paths": "^3.9.0",

0 commit comments

Comments
 (0)