We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799b4c0 commit f281fc5Copy full SHA for f281fc5
.github/workflows/react_tests.yml
@@ -17,12 +17,12 @@ jobs:
17
- name: Use Node.js
18
uses: actions/setup-node@v1
19
with:
20
- node-version: '12.x'
+ node-version: '14'
21
# We could update the postinstall action for foreman to look for an environment variable for plugin webpack dirs
22
# before kicking off the ruby script to find them, this would eliminate the ruby dep and running `npm i` in Katello.
23
- uses: ruby/setup-ruby@v1
24
25
- ruby-version: 2.6
+ ruby-version: '2.7'
26
- name: Checkout Foreman repo
27
uses: actions/checkout@v2
28
0 commit comments