Skip to content

Commit 0e7087b

Browse files
authored
Update action.yml
1 parent 0eeeddb commit 0e7087b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ runs:
99
with:
1010
node-version: '20'
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
1315

1416
- name: Install dependencies
1517
run: yarn install --immutable

0 commit comments

Comments
 (0)