We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e36e59 commit 6e23328Copy full SHA for 6e23328
2 files changed
.github/workflows/release.yml
@@ -22,8 +22,6 @@ jobs:
22
- uses: actions/setup-node@v4
23
with:
24
node-version-file: '.nvmrc'
25
- # Trusted publishing requires npm >= 11.5.1
26
- - run: npm install -g npm@latest && npm -v
27
- run: yarn install --frozen-lockfile
28
- id: changesets
29
uses: changesets/action@v1
.nvmrc
@@ -1 +1 @@
1
-22.17.1
+24.18.0
0 commit comments