Skip to content

Commit 81db412

Browse files
committed
Bump gl resolution to v8
Done to make use of their prebuilt binaries for Node 20.
1 parent 69a3526 commit 81db412

File tree

4 files changed

+298
-258
lines changed

4 files changed

+298
-258
lines changed

.github/workflows/pages-deploy.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ jobs:
2020
node-version: 20
2121
cache: yarn
2222

23-
- name: Install dependencies (apt)
24-
run: |
25-
sudo apt-get update && \
26-
sudo apt-get install -y --no-install-recommends libxi-dev libgl1-mesa-dev
27-
2823
- name: Install Dependencies 📦
2924
run: yarn install --frozen-lockfile
3025

.github/workflows/pull-request.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ jobs:
2020
node-version: 20
2121
cache: yarn
2222

23-
- name: Install dependencies (apt)
24-
run: |
25-
sudo apt-get update && \
26-
sudo apt-get install -y --no-install-recommends libxi-dev libgl1-mesa-dev
27-
2823
- name: Install dependencies
2924
run: yarn install --frozen-lockfile
3025

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,6 @@
132132
]
133133
},
134134
"resolutions": {
135-
"**/gl": "^6.0.2"
135+
"**/gl": "^8.0.2"
136136
}
137137
}

0 commit comments

Comments
 (0)