mirror of
https://github.com/v2rayA/v2rayA.git
synced 2024-11-25 16:34:19 +08:00
ci: use node20 forever
This commit is contained in:
parent
728bce7d57
commit
880e119254
1
.github/workflows/beta_release_main.yml
vendored
1
.github/workflows/beta_release_main.yml
vendored
@ -17,6 +17,7 @@ jobs:
|
||||
- name: Set up Node.js
|
||||
shell: bash
|
||||
run: |
|
||||
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||
brew install node@20
|
||||
echo "PATH=\"$(brew --prefix)/opt/node@20/bin:$PATH\"" >> $GITHUB_ENV
|
||||
echo "PATH=\"$(brew --prefix)/opt/node@20/bin:$PATH\"" >> ~/.bash_profile
|
||||
|
1
.github/workflows/pull_request.yml
vendored
1
.github/workflows/pull_request.yml
vendored
@ -17,6 +17,7 @@ jobs:
|
||||
- name: Set up Node.js
|
||||
shell: bash
|
||||
run: |
|
||||
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||
brew install node@20
|
||||
echo "PATH=\"$(brew --prefix)/opt/node@20/bin:$PATH\"" >> $GITHUB_ENV
|
||||
echo "PATH=\"$(brew --prefix)/opt/node@20/bin:$PATH\"" >> ~/.bash_profile
|
||||
|
1
.github/workflows/release_main.yml
vendored
1
.github/workflows/release_main.yml
vendored
@ -17,6 +17,7 @@ jobs:
|
||||
- name: Set up Node.js
|
||||
shell: bash
|
||||
run: |
|
||||
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||
brew install node@20
|
||||
echo "PATH=\"$(brew --prefix)/opt/node@20/bin:$PATH\"" >> $GITHUB_ENV
|
||||
echo "PATH=\"$(brew --prefix)/opt/node@20/bin:$PATH\"" >> ~/.bash_profile
|
||||
|
1
.github/workflows/test_build_main.yml
vendored
1
.github/workflows/test_build_main.yml
vendored
@ -21,6 +21,7 @@ jobs:
|
||||
- name: Set up Node.js
|
||||
shell: bash
|
||||
run: |
|
||||
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||
brew install node@20
|
||||
echo "PATH=\"$(brew --prefix)/opt/node@20/bin:$PATH\"" >> $GITHUB_ENV
|
||||
echo "PATH=\"$(brew --prefix)/opt/node@20/bin:$PATH\"" >> ~/.bash_profile
|
||||
|
Loading…
Reference in New Issue
Block a user