Skip to content

Merge pull request #20 from zktx-io/fix-solana-example #114

Merge pull request #20 from zktx-io/fix-solana-example

Merge pull request #20 from zktx-io/fix-solana-example #114

Workflow file for this run

name: Build
on: [push]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- run: npm ci
- run: npm run build --if-present