Skip to content

Commit

Permalink
Merge pull request #3 from localnerve/rc-10.0.2
Browse files Browse the repository at this point in the history
@10.0.2 - devdep, test updates
  • Loading branch information
localnerve committed Nov 5, 2023
2 parents a65510c + 9e38a7a commit facab37
Show file tree
Hide file tree
Showing 3 changed files with 275 additions and 6,760 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ name: test

on:
push:
branches:
- main
branches: [main, public-package]
pull_request:
branches:
- main
branches: [main, public-package]

jobs:
linux:
Expand Down Expand Up @@ -44,6 +42,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install Prerequisites
run: brew install libimagequant
- run: npm install
- run: npm test
env:
Expand Down

0 comments on commit facab37

Please sign in to comment.