Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ocknamo authored Aug 24, 2023
1 parent 57c2665 commit 8827e4b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: '1.15'
- run: curl https://get.volta.sh | bash
- run: ls -a ~/
- run: export VOLTA_HOME="$HOME/.volta"
- run: export PATH="$VOLTA_HOME/bin:$PATH"
- run: volta -v
- run: volta install node@20
- run: nvm use 20
- run: npm install --global yarn
- run: go install github.com/studiokaiji/nostr-webhost/nostrh@latest
- run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 8827e4b

Please sign in to comment.