diff --git a/.github/workflows/react_tests.yml b/.github/workflows/react_tests.yml index c904e48e74c..af2754e7c95 100644 --- a/.github/workflows/react_tests.yml +++ b/.github/workflows/react_tests.yml @@ -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