Skip to content

Commit 7555187

Browse files
committed
ci: make sure to use latest version of npm
Trusted publishing is supported in npm v11.5.1 and higher. The one shipped with node 20 (in .nvmrc) is v10.x.
1 parent be400b2 commit 7555187

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/setup/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ runs:
99
with:
1010
node-version-file: .nvmrc
1111

12+
- name: Update npm to latest version
13+
run: npm install -g npm@latest
14+
shell: bash
15+
1216
- name: Cache dependencies
1317
id: yarn-cache
1418
uses: actions/cache@v4

0 commit comments

Comments
 (0)