Skip to content

Commit

Permalink
WIP temporary workarounds
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
  • Loading branch information
Rugvip committed Aug 31, 2022
1 parent 392548a commit 61a4a31
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -32,6 +32,11 @@ jobs:
node-version: ${{ matrix.node-version }}
registry-url: https://registry.npmjs.org/ # Needed for auth

- name: node-canvas dependencies
run: |
sudo apt update
sudo apt install -y libcairo2-dev libjpeg-dev libpango1.0-dev libgif-dev librsvg2-dev
- name: yarn install
uses: backstage/actions/yarn-install@v0.5.5
with:
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -44,6 +44,7 @@
]
},
"resolutions": {
"openid-client": "npm:openid-client-any-engine@^5.1.3",
"@types/react": "^17",
"@types/react-dom": "^17"
},
Expand Down
14 changes: 1 addition & 13 deletions yarn.lock
Expand Up @@ -31923,7 +31923,7 @@ __metadata:
languageName: node
linkType: hard

"openid-client-any-engine@npm:^5.1.3":
"openid-client-any-engine@npm:^5.1.3, openid-client@npm:openid-client-any-engine@^5.1.3":
version: 5.1.8
resolution: "openid-client-any-engine@npm:5.1.8"
dependencies:
Expand All @@ -31935,18 +31935,6 @@ __metadata:
languageName: node
linkType: hard

"openid-client@npm:^5.1.6":
version: 5.1.9
resolution: "openid-client@npm:5.1.9"
dependencies:
jose: ^4.1.4
lru-cache: ^6.0.0
object-hash: ^2.0.1
oidc-token-hash: ^5.0.1
checksum: 55390a7eceaafdc340a5f2ece576eb4863fcb4cd8840e4a7a1af66bbaf830623b18cf1dd0b8ce472c6f36c6313e78f92db48ca0c10eb8c681a81e5a3d607fc9f
languageName: node
linkType: hard

"optional-require@npm:1.0.x":
version: 1.0.3
resolution: "optional-require@npm:1.0.3"
Expand Down

0 comments on commit 61a4a31

Please sign in to comment.