There was an error while loading. Please reload this page.
1 parent b7cf34f commit b239449Copy full SHA for b239449
1 file changed
.github/workflows/publish.yml
@@ -23,6 +23,9 @@ jobs:
23
with:
24
node-version: 22
25
registry-url: 'https://registry.npmjs.org'
26
+ # Trusted publishing requires npm 11.5.1 or later.
27
+ - name: Upgrade npm
28
+ run: npm install -g npm@11.5
29
30
- name: Restore C# dependencies
31
run: dotnet restore
0 commit comments