Skip to content

Commit

Permalink
Update Node Version
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 authored Jul 8, 2024
1 parent 8a174a6 commit 4acf600
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ jobs:
# pinned at v3 to as Node.js 20.x is not supported on Centos 7
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

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

- name: Build Linux
run: ./build-farm/make-adopt-build-farm.sh
env:
Expand Down

0 comments on commit 4acf600

Please sign in to comment.