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 209ec6c commit 28bfe83Copy full SHA for 28bfe83
.github/workflows/publish.yaml
@@ -21,6 +21,8 @@ jobs:
21
with:
22
node-version: 22
23
cache: "pnpm"
24
+ - name: update npm
25
+ run: npm install -g npm@latest
26
- name: setup pnpm config
27
run: pnpm config set store-dir $PNPM_CACHE_FOLDER
28
- name: install dependencies
0 commit comments