Skip to content

Commit 650155b

Browse files
committed
fix: npm install
1 parent de634d6 commit 650155b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ runs:
99
with:
1010
node-version: '20.x'
1111
node-version-file: .nvmrc
12-
npm-version: '12.10.0'
12+
13+
- name: Upgrade npm for trusted publishing
14+
run: npm install -g npm@latest
15+
shell: bash
1316

1417
- name: Install dependencies
1518
run: |

0 commit comments

Comments
 (0)