Skip to content

Commit

Permalink
Revert "Bump gl resolution to v8"
Browse files Browse the repository at this point in the history
This reverts commit 81db412.
  • Loading branch information
RichDom2185 committed May 22, 2024
1 parent 81db412 commit 9579c47
Show file tree
Hide file tree
Showing 4 changed files with 258 additions and 298 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
node-version: 20
cache: yarn

- name: Install dependencies (apt)
run: |
sudo apt-get update && \
sudo apt-get install -y --no-install-recommends libxi-dev libgl1-mesa-dev
- name: Install Dependencies 📦
run: yarn install --frozen-lockfile

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
node-version: 20
cache: yarn

- name: Install dependencies (apt)
run: |
sudo apt-get update && \
sudo apt-get install -y --no-install-recommends libxi-dev libgl1-mesa-dev
- name: Install dependencies
run: yarn install --frozen-lockfile

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,6 @@
]
},
"resolutions": {
"**/gl": "^8.0.2"
"**/gl": "^6.0.2"
}
}
Loading

0 comments on commit 9579c47

Please sign in to comment.