Skip to content

Commit

Permalink
use nodejs18
Browse files Browse the repository at this point in the history
  • Loading branch information
markson committed May 12, 2023
1 parent 7ff730d commit 3633889
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
- name: Build v2rayA
run: |
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew install yarn nodejs go
cat build.sh | bash
export PATH="/home/linuxbrew/.linuxbrew/opt/node@18/bin:$PATH"
brew install yarn node@18 go
chmod +x build.sh
./build.sh
- name: Release files
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 3633889

Please sign in to comment.