Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Dec 17, 2024
1 parent 7ffe71d commit 8f0b198
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,13 @@ jobs:
yum clean all
- name: Install Node.js 14
- name: Install Node.js 16
run: |
curl -sL https://rpm.nodesource.com/setup_16.x | bash -
curl -fsSL https://rpm.nodesource.com/setup_16.x | bash -
yum install -y nodejs
- name: test
run: yum info nodejs

- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 8f0b198

Please sign in to comment.