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 605a2ab commit da150f2Copy full SHA for da150f2
.github/workflows/release.yml
@@ -26,6 +26,8 @@ jobs:
26
node-version: 20
27
registry-url: "https://registry.npmjs.org"
28
cache: "pnpm"
29
+ - name: Update npm
30
+ run: npm install -g npm@latest
31
32
- name: Install dependencies
33
run: pnpm install --frozen-lockfile
0 commit comments