Skip to content

chore: update CI to use node 18 #3

chore: update CI to use node 18

chore: update CI to use node 18 #3

Workflow file for this run

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