Skip to content

Add support for arm64 and update mozjpeg 4.1.3 #74

Add support for arm64 and update mozjpeg 4.1.3

Add support for arm64 and update mozjpeg 4.1.3 #74

Workflow file for this run

name: test
on:
- push
- pull_request
jobs:
test:
name: Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version:
- 16
- 18
- 20
os:
- ubuntu-latest
- macos-latest
- windows-latest
steps:
- uses: actions/checkout@v3
- if: contains(matrix.os, 'ubuntu')
run: sudo apt-get install nasm cmake libpng-dev
- if: contains(matrix.os, 'macos')
run: brew install cmake nasm libpng zlib
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test