Skip to content

feature: modify json api (#557) #880

feature: modify json api (#557)

feature: modify json api (#557) #880

Workflow file for this run

name: "@hatchifyjs/crypto"
on: push
jobs:
verify:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Verify
uses: ./.github/actions/job-verify
with:
node-version: ${{ matrix.node-version }}