Skip to content

build(deps): bump node-addon-api from 8.1.0 to 8.2.0 (#72) #73

build(deps): bump node-addon-api from 8.1.0 to 8.2.0 (#72)

build(deps): bump node-addon-api from 8.1.0 to 8.2.0 (#72) #73

Workflow file for this run

name: pull_request
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
if: github.ref != 'refs/heads/master'
runs-on: ubuntu-latest
container:
image: kikobeats/docker-vips:latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install
run: |
vips -v
convert --version
convert -list format
convert -list configure
npm install --no-package-lock
- name: Test
run: npm test
- name: Report
run: npx c8 report --reporter=text-lcov > coverage/lcov.info
- name: Coverage
uses: coverallsapp/github-action@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}