We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d41fc commit 803a622Copy full SHA for 803a622
.github/workflows/plan-release.yml
@@ -55,7 +55,6 @@ jobs:
55
- uses: pnpm/action-setup@v4
56
- uses: actions/setup-node@v4
57
with:
58
- node-version: 18
59
cache: pnpm
60
- run: pnpm install --frozen-lockfile
61
- name: "Generate Explanation and Prep Changelogs"
.github/workflows/publish.yml
@@ -49,7 +49,6 @@ jobs:
49
50
51
52
53
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
54
registry-url: 'https://registry.npmjs.org'
0 commit comments