Skip to content

Bump sharp from 0.31.3 to 0.32.6 #10

Bump sharp from 0.31.3 to 0.32.6

Bump sharp from 0.31.3 to 0.32.6 #10

Workflow file for this run

name: Run tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm test