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.
2 parents ddf783c + 13d2a69 commit a558a33Copy full SHA for a558a33
.github/workflows/ci.yaml
@@ -11,8 +11,6 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- node-version:
15
- - 20
16
test-suite:
17
- test
18
- test:security
@@ -23,7 +21,7 @@ jobs:
23
21
- name: Set up Node
24
22
uses: actions/setup-node@v5
25
with:
26
- node-version: "${{ matrix.node-version }}"
+ node-version-file: package.json
27
cache: "${{ !env.ACT && 'yarn' || '' }}"
28
registry-url: https://npm.manageiq.org/
29
- name: Prepare tests
package.json
@@ -135,8 +135,8 @@
135
"> 5%"
136
],
137
"engines": {
138
- "node": ">= 20.19.1",
139
- "npm": ">= 10.8.2"
+ "node": "^20.19.5",
+ "npm": "^10.8.2"
140
},
141
"packageManager": "yarn@4.10.3",
142
"resolutions": {
0 commit comments