Skip to content

Commit

Permalink
Refs #36285 - Revert katello CI to use node 12 (#10520)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjha4 authored Apr 14, 2023
1 parent f4046e1 commit eeb05c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/react_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '12.x'
# We could update the postinstall action for foreman to look for an environment variable for plugin webpack dirs
# before kicking off the ruby script to find them, this would eliminate the ruby dep and running `npm i` in Katello.
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit eeb05c6

Please sign in to comment.