Skip to content

Commit

Permalink
Bump gl resolution to v8
Browse files Browse the repository at this point in the history
Done to make use of their prebuilt binaries for Node 20.
  • Loading branch information
RichDom2185 committed May 22, 2024
1 parent 69a3526 commit 81db412
Show file tree
Hide file tree
Showing 4 changed files with 298 additions and 258 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ 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: 0 additions & 5 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ 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": "^6.0.2"
"**/gl": "^8.0.2"
}
}
Loading

0 comments on commit 81db412

Please sign in to comment.