Skip to content

Optimized apng detection algorithm #5

Optimized apng detection algorithm

Optimized apng detection algorithm #5

name: Lint / Test
on:
- pull_request
jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v3
with:
repository: vHeemstra/is-apng
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
# cache: 'npm'
- run: npm install
- run: npm run lint
- run: npm run build
- run: npm run test