Skip to content

Commit 8298f63

Browse files
authored
Merge pull request #197 from spatial-model-editor/replace_squoosh_with_sharp
replace libsquoosh with sharp
2 parents b1463b7 + 1b78f12 commit 8298f63

File tree

4 files changed

+756
-108
lines changed

4 files changed

+756
-108
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
node-version: [14, 16]
11+
node-version: [14, 16, 18]
1212
steps:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
@@ -18,7 +18,7 @@ jobs:
1818
- run: npm install
1919
- run: npm run build
2020
- uses: JamesIves/github-pages-deploy-action@v4.4.1
21-
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.node-version == 16
21+
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.node-version == 18
2222
name: Deploy to gh-pages
2323
with:
2424
branch: gh-pages

0 commit comments

Comments
 (0)