Skip to content

Commit

Permalink
bump pkg, fix macos signing (#1135)
Browse files Browse the repository at this point in the history
* api/www: bump pkg

* ci: build on macos-11

* packages/api: removed unused level dependency

Co-authored-by: Eli Mallon <[email protected]>
  • Loading branch information
hjpotter92 and iameli authored Jun 30, 2022
1 parent 4499081 commit a9576c5
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 204 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build:
name: Build binary packages
runs-on: ubuntu-20.04
runs-on: macos-11
steps:
- name: Check out code
uses: actions/checkout@v3
Expand Down
3 changes: 1 addition & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
"isomorphic-webcrypto": "^2.3.8",
"js-yaml": "^3.13.1",
"jsonwebtoken": "^8.5.1",
"level": "^5.0.1",
"m3u8-parser": "^4.4.0",
"minio": "^7.0.12",
"morgan": "^1.9.1",
Expand Down Expand Up @@ -136,7 +135,7 @@
"npm-run-all": "^4.1.5",
"nyc": "^14.0.0",
"parcel": "^1.12.4",
"pkg": "^5.5.1",
"pkg": "^5.7.0",
"prettier": "^2.0.5",
"redoc-cli": "^0.8.3",
"typescript": "^4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"husky": "^4.0.0",
"js-levenshtein": "^1.1.6",
"lint-staged": "^9.5.0",
"pkg": "^5.5.1",
"pkg": "^5.7.0",
"prettier": "^2.0.5",
"react-test-renderer": "^16.12.0",
"sass": "^1.34.1",
Expand Down
Loading

0 comments on commit a9576c5

Please sign in to comment.