File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 strategy :
1515 fail-fast : false
1616 matrix :
17- node : ['18', ' 20', '22']
17+ node : ['20', '22']
1818 os : ['ubuntu-latest', 'windows-latest']
1919 runs-on : ${{ matrix.os }}
2020 steps :
Original file line number Diff line number Diff line change @@ -10,11 +10,10 @@ permissions:
1010
1111jobs :
1212 analysis_test :
13- name : (${{ matrix.os }}.node-${{ matrix.node }}.jest-${{ matrix.jest }} )
13+ name : (${{ matrix.os }}.node-${{ matrix.node }})
1414 strategy :
1515 fail-fast : false
1616 matrix :
17- jest : ['27', '28', '29']
1817 node : ['20', '22']
1918 os : ['ubuntu-latest', 'windows-latest']
2019 runs-on : ${{ matrix.os }}
8988 working-directory : ./tmp-component-starter
9089 shell : bash
9190
92- - name : Install Jest
93- run : npx playwright install && npm install --dev-dependencies jest@29 jest-cli@29 @types/jest@29
91+ - name : Install Playwright Browsers
92+ run : npx playwright install
9493
9594 - name : Build Starter Project
9695 run : npm run build
Original file line number Diff line number Diff line change 1414 strategy :
1515 fail-fast : false
1616 matrix :
17- node : ['18', ' 20', '22']
17+ node : ['20', '22']
1818 os : ['ubuntu-latest', 'windows-latest']
1919 runs-on : ${{ matrix.os }}
2020 steps :
Original file line number Diff line number Diff line change 1414 strategy :
1515 fail-fast : false
1616 matrix :
17- node : ['18', ' 20', '22']
17+ node : ['20', '22']
1818 os : ['ubuntu-latest', 'windows-latest']
1919 runs-on : ${{ matrix.os }}
2020 steps :
Original file line number Diff line number Diff line change 1414 strategy :
1515 fail-fast : false
1616 matrix :
17- node : ['18', ' 20', '22']
17+ node : ['20', '22']
1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout Code
Original file line number Diff line number Diff line change 1414 strategy :
1515 fail-fast : false
1616 matrix :
17- node : ['18', ' 20', '22']
17+ node : ['20', '22']
1818 os : ['ubuntu-latest', 'windows-latest']
1919 runs-on : ${{ matrix.os }}
2020 steps :
You can’t perform that action at this time.
0 commit comments