We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8985bee commit f58ddd2Copy full SHA for f58ddd2
.github/workflows/release.yml
@@ -36,6 +36,10 @@ jobs:
36
- name: Install Dependencies
37
run: pnpm install
38
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
+
43
- name: Create Release Pull Request or Publish to npm
44
uses: changesets/action@v1
45
with:
.nvmrc
@@ -1 +1 @@
1
-v22.14.0
+v22.21.0
0 commit comments