Skip to content

Commit

Permalink
chore(node16): Refactor Node.js 16 script
Browse files Browse the repository at this point in the history
Signed-off-by: Jefferson <[email protected]>
  • Loading branch information
riosje committed Mar 22, 2024
1 parent 5b4bcad commit d95a694
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deprecated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 58,8 @@ jobs:
steps:
- name: install git
run: |
dnf update -y
dnf install git -y
yum update -y
yum install git -y
- name: Checkout Repo
uses: actions/checkout@v4
Expand All @@ -69,7 69,7 @@ jobs:

- name: Install Nodejs
run: |
dnf install nodejs -y
yum install nodejs -y
- name: Validate Node Version
run: |
Expand Down

0 comments on commit d95a694

Please sign in to comment.