Skip to content

Commit 0f6a275

Browse files
authored
Merge pull request #4 from yavydev/develop
fix: remove broken npm self-upgrade from publish workflow
2 parents f73c142 + 1bec2b3 commit 0f6a275

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
node-version: 22
2121
registry-url: https://registry.npmjs.org
2222

23-
- run: npm install -g npm@latest
2423
- run: npm ci
2524
- run: npm run build
2625
- run: npm run test

0 commit comments

Comments
 (0)