Skip to content

Commit 67f29a1

Browse files
committed
fix: update npm and semantic release version
1 parent b45df42 commit 67f29a1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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

@@ -36,6 +36,8 @@ jobs:
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
@@ -58,7 +60,7 @@ jobs:
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'

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
24

0 commit comments

Comments
 (0)