Skip to content

Commit 4c69349

Browse files
committed
remove global flag from npm update to use local installation in publish workflow 🔧
1 parent ec0452b commit 4c69349

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Update npm to latest version for OIDC support
21-
run: npm install -g npm@latest
21+
run: npm install npm@latest
2222

2323
- name: Checkout code
2424
uses: actions/checkout@v4

0 commit comments

Comments
 (0)