mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
chore: install npm (#57)
This commit is contained in:
6
.github/workflows/artifacts.yml
vendored
6
.github/workflows/artifacts.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user