1 parent 43ed0f7 commit 930d346Copy full SHA for 930d346
1 file changed
.github/workflows/publish.yml
@@ -19,6 +19,9 @@ jobs:
19
node-version: "22"
20
registry-url: "https://registry.npmjs.org"
21
22
+ - name: Install npm 11 (required for trusted publishers)
23
+ run: npm install -g npm@latest
24
+
25
- name: Enable Corepack (Yarn 4)
26
run: corepack enable
27
0 commit comments