File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2525
2626 strategy :
2727 matrix :
28- node-version : ${{ fromJSON((github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta') && '[22 ]' || '[20, 22, 24]') }}
28+ node-version : ${{ fromJSON((github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta') && '[24 ]' || '[20, 22, 24]') }}
2929 os : ${{ fromJSON((github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta') && '["ubuntu-latest"]' || '["ubuntu-latest", "windows-latest"]') }}
3030 runs-on : ${{ matrix.os }}
3131
3636 with :
3737 node-version : ${{ matrix.node-version }}
3838 registry-url : ' https://registry.npmjs.org'
39+ - name : Update npm
40+ run : npm install -g npm@latest
3941 - name : install
4042 run : npm install --force
4143 - name : build
5860 timeout-minutes : 5
5961 - name : 🚀 Release
6062 if : github.repository == 'testing-library/angular-testing-library' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta')
61- uses : cycjimmy/semantic-release-action@v5
63+ uses : cycjimmy/semantic-release-action@v6
6264 with :
6365 semantic_version : 25
6466 working_directory : ' ./dist/@testing-library/angular'
Original file line number Diff line number Diff line change 1- 22
1+ 24
You can’t perform that action at this time.
0 commit comments