File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 77 pull_request : {}
88
99env :
10- NODE_VERSION : ' 22.x'
10+ NODE_VERSION : " 22.x"
1111
1212concurrency :
1313 group : ci-components-${{ github.head_ref || github.ref }}
2828 run : ./.github/scripts/filter_changed_files.sh "packages/components" "packages/flight-icons/catalog.json" "showcase" ".github/workflows/ci-components.yml" "packages/tokens"
2929
3030 test :
31- name : ' Tests'
31+ name : " Tests"
3232 runs-on : ubuntu-latest
3333 needs : [conditional-skip]
3434 if : needs.conditional-skip.outputs.trigger-ci == 'true'
@@ -63,13 +63,12 @@ jobs:
6363 try-scenarios :
6464 name : ${{ matrix.try-scenario }}
6565 runs-on : ubuntu-latest
66- needs : ' test'
66+ needs : " test"
6767
6868 strategy :
6969 fail-fast : false
7070 matrix :
7171 try-scenario :
72- - ember-lts-3.28
7372 - ember-lts-4.12
7473 # - ember-release
7574 - ember-beta
You can’t perform that action at this time.
0 commit comments