There was an error while loading. Please reload this page.
2 parents 21b8d94 + 42bcae2 commit 8a6de9bCopy full SHA for 8a6de9b
1 file changed
.github/workflows/publish-canary.yml
@@ -25,9 +25,16 @@ jobs:
25
uses: actions/setup-node@v4
26
with:
27
node-version: 20
28
+ registry-url: 'https://registry.npmjs.org'
29
cache: 'yarn'
30
cache-dependency-path: 'public-yarn.lock'
31
32
+ - name: Show npm version
33
+ run: npm --version
34
+
35
+ - name: Update npm (required for trusted publishing)
36
+ run: npm install -g npm@latest
37
38
- name: Enable corepack
39
run: corepack enable
40
0 commit comments