Skip to content

Commit f281fc5

Browse files
evgenichris1984
authored andcommitted
use NodeJS 14 and Ruby 2.7 in React tests
1 parent 799b4c0 commit f281fc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/react_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
- name: Use Node.js
1818
uses: actions/setup-node@v1
1919
with:
20-
node-version: '12.x'
20+
node-version: '14'
2121
# We could update the postinstall action for foreman to look for an environment variable for plugin webpack dirs
2222
# before kicking off the ruby script to find them, this would eliminate the ruby dep and running `npm i` in Katello.
2323
- uses: ruby/setup-ruby@v1
2424
with:
25-
ruby-version: 2.6
25+
ruby-version: '2.7'
2626
- name: Checkout Foreman repo
2727
uses: actions/checkout@v2
2828
with:

0 commit comments

Comments
 (0)