Skip to content

build(deps): bump actions/setup-node from 3 to 4 (#28) #40

build(deps): bump actions/setup-node from 3 to 4 (#28)

build(deps): bump actions/setup-node from 3 to 4 (#28) #40

Workflow file for this run

name: tests
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js (Latest LTS)
uses: actions/setup-node@v4
with:
node-version: lts/*
- run: brew install imagemagick graphicsmagick
- run: npm i
- run: npm test