Skip to content

chore: tests on more node version #12

chore: tests on more node version

chore: tests on more node version #12

Workflow file for this run

name: Test
on: [push]
jobs:
test:
strategy:
matrix:
target: ['16', '18', '20']
uses: snapshot-labs/actions/.github/workflows/test.yml@main
secrets: inherit
with:
target: ${{ matrix.target }}