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 eb941b6 commit fc1a45aCopy full SHA for fc1a45a
.github/workflows/ci.yaml
@@ -21,7 +21,7 @@ jobs:
21
- '3.1'
22
- '3.3'
23
node-version:
24
- - 20
+ - '20.19.4'
25
test-suite:
26
- spec
27
- spec:compile
.github/workflows/cypress.yaml
ruby-version:
cypress-browser:
- chrome
- firefox
.github/workflows/yarn_lock.yaml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Node
16
uses: actions/setup-node@v5
17
with:
18
- node-version: "20"
+ node-version: "20.19.4"
19
cache: yarn
20
registry-url: https://npm.manageiq.org/
- name: Update yarn.lock
0 commit comments