The following code snippet installs the nightly version of Aya and adds it to the PATH:
- name: Setup Aya
uses: aya-prover/setup-aya@latest
with:
version: 'nightly-build'- Install a modern version of Node.js
- Install
pnpm:npm install -g pnpm - Install dependencies:
pnpm install
Due to GitHub restrictions, you have to commit all generated files under dists/
folder to version control. So don't forget to run pnpm package before commit.
pnpm package