Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 authored Jul 8, 2024
1 parent 8715448 commit 0fe4dfd
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,19 @@ jobs:
variant: bisheng
image: adoptopenjdk/centos7_build_image
steps:
- name: Setup Node JS18
uses: actions/setup-node@v3
with:
node-version: '18'

- name: Install Node JS 18
run: |
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt-get install -y nodejs
# pinned at v3 to as Node.js 20.x is not supported on Centos 7
- uses: actions/checkout@v3

- name: Setup Node JS18
uses: actions/setup-node@v3
with:
node-version: '18'

-name: Install Node JS 18
run: |
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt-get install -y nodejs
# pinned at v3 to as Node.js 20.x is not supported on Centos 7
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

Expand Down

0 comments on commit 0fe4dfd

Please sign in to comment.