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 29a0dc4 commit b428135Copy full SHA for b428135
.github/workflows/release.yml
@@ -39,6 +39,8 @@ jobs:
39
cache: pnpm
40
registry-url: "https://registry.npmjs.org"
41
42
+ - run: npm --version
43
+
44
- name: Upgrade npm to latest
45
run: npm install -g npm@latest
46
0 commit comments