1 parent d2104fe commit b4da6efCopy full SHA for b4da6ef
2 files changed
.github/workflows/manual-publish.yml
@@ -48,7 +48,7 @@ jobs:
48
registry-url: "https://registry.npmjs.org"
49
50
- name: Update npm
51
- run: npm install -g npm@latest
+ run: npm install -g npm@11
52
53
- name: Install dependencies
54
run: npm ci
.github/workflows/preview-publish.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
28
29
run: npm install
0 commit comments