We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6a7c0 commit 5a2e081Copy full SHA for 5a2e081
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: mymindstorm/setup-emsdk@v14
17
with:
18
version: 3.1.44
19
- - run: npm install -g npm@latest
+ - run: sudo npm install -g npm@latest
20
- run: npm ci
21
- run: npm run build-publish-repo
22
- run: npm version patch --git-tag-version false
0 commit comments