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 2aa8ae6 commit 3dcb550Copy full SHA for 3dcb550
.github/workflows/publish-packages.yml
@@ -109,9 +109,9 @@ jobs:
109
- name: Setup Node.js
110
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
111
with:
112
+ # Don't use caching here as we never install dependencies in this workflow
113
node-version-file: '.nvmrc'
114
registry-url: 'https://registry.npmjs.org'
- cache: pnpm
115
116
- name: Publish
117
working-directory: packages/${{ matrix.package }}
0 commit comments