Skip to content

Commit

Permalink
deps: attempt to update systeminformation to fix command in macos ci
Browse files Browse the repository at this point in the history
  • Loading branch information
CMCDragonkai committed Jun 26, 2023
1 parent 6088a76 commit 465e5a2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@ build:macos:
- export PATH="$(npm root)/.bin:$PATH"
- npm run prebuild --verbose
- npm test -- --ci --coverage
- ioreg -c IOPlatformDevice -d 3 -r
- ioreg -c IOPlatformDevice -d 3 -r | grep cluster-type
- npm run bench
artifacts:
when: always
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"prettier": "^2.6.2",
"semver": "^7.3.7",
"shx": "^0.3.4",
"systeminformation": "^5.12.1",
"systeminformation": "^5.18.4",
"ts-jest": "^28.0.5",
"ts-node": "^10.9.1",
"tsconfig-paths": "^3.9.0",
Expand Down

0 comments on commit 465e5a2

Please sign in to comment.