chore: install npm (#57)

This commit is contained in:
Nesopie
2025-02-10 19:19:29 +05:30
committed by GitHub
parent d489f04468
commit 250eb14724

View File

@@ -19,6 +19,12 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install npm
run: |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
nvm install 20
npm -v
- name: Install dependencies
run: |
npm i -g yarn && cd circuits && yarn