From eeb05c66857d9e76e3a553664c3f4b94e86f5a78 Mon Sep 17 00:00:00 2001 From: Samir Jha Date: Fri, 14 Apr 2023 15:19:45 -0400 Subject: [PATCH] Refs #36285 - Revert katello CI to use node 12 (#10520) --- .github/workflows/react_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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