Skip to content

Fix decoding of non-rgba png images #66

Fix decoding of non-rgba png images

Fix decoding of non-rgba png images #66

Workflow file for this run

name: CI
on:
push:
branches: ['main']
pull_request:
types: [opened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Install
run: npm install
- name: Lint
run: npm run lint
- name: Build
run: npm run build
- name: Integration Tests
run: cd test && npm install && npm test