We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278b4da commit dcd81e2Copy full SHA for dcd81e2
1 file changed
.github/workflows/publish-packages.yaml
@@ -28,6 +28,9 @@ jobs:
28
with:
29
node-version: "22"
30
31
+ - name: Install dependencies
32
+ run: pnpm install --frozen-lockfile
33
+
34
- name: Configure npm auth
35
run: |
36
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
0 commit comments