Skip to content

Commit f58ddd2

Browse files
committed
fix release
1 parent 8985bee commit f58ddd2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
- name: Install Dependencies
3737
run: pnpm install
3838

39+
- name: Update npm
40+
# npm version npm 11.5.1 or later needed for Trusted Publishing
41+
run: npm install -g npm@latest
42+
3943
- name: Create Release Pull Request or Publish to npm
4044
uses: changesets/action@v1
4145
with:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.14.0
1+
v22.21.0

0 commit comments

Comments
 (0)