File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 2020 ruby-version :
2121 - ' 3.1'
2222 - ' 3.3'
23- node-version :
24- - 20
2523 test-suite :
2624 - spec
2725 - spec:compile
6159 || matrix.test-suite == 'spec:jest' }}"
6260 uses : actions/setup-node@v5
6361 with :
64- node-version : " ${{ matrix.node-version }} "
62+ node-version-file : package.json
6563 cache : yarn
6664 registry-url : https://npm.manageiq.org/
6765 - name : Prepare tests
Original file line number Diff line number Diff line change 2020 matrix :
2121 ruby-version :
2222 - ' 3.3'
23- node-version :
24- - 20
2523 cypress-browser :
2624 - chrome
2725 - firefox
6765 uses : actions/setup-node@v5
6866 if : ${{ env.RUN_CYPRESS == 'true' }}
6967 with :
70- node-version : " ${{ matrix.node-version }} "
68+ node-version-file : package.json
7169 cache : yarn
70+ registry-url : https://npm.manageiq.org/
7271 - name : Prepare tests
7372 run : bin/setup
7473 if : ${{ env.RUN_CYPRESS == 'true' }}
Original file line number Diff line number Diff line change 1515 - name : Set up Node
1616 uses : actions/setup-node@v5
1717 with :
18- node-version : " 20 "
18+ node-version-file : package.json
1919 cache : yarn
2020 registry-url : https://npm.manageiq.org/
2121 - name : Update yarn.lock
You can’t perform that action at this time.
0 commit comments