We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5918aa commit 44ccb86Copy full SHA for 44ccb86
1 file changed
.github/workflows/manual-publish.yml
@@ -39,6 +39,9 @@ jobs:
39
cache: "npm"
40
registry-url: "https://registry.npmjs.org"
41
42
+ - name: Update npm
43
+ run: npm install -g npm@latest
44
+
45
- name: Install dependencies
46
run: npm ci
47
0 commit comments