Skip to content

Commit 5a2e081

Browse files
committed
Update publish.yml
1 parent 3a6a7c0 commit 5a2e081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: mymindstorm/setup-emsdk@v14
1717
with:
1818
version: 3.1.44
19-
- run: npm install -g npm@latest
19+
- run: sudo npm install -g npm@latest
2020
- run: npm ci
2121
- run: npm run build-publish-repo
2222
- run: npm version patch --git-tag-version false

0 commit comments

Comments
 (0)