Skip to content

Commit ec9b388

Browse files
fix release action
1 parent eb80620 commit ec9b388

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ runs:
1010
registry-url: 'https://registry.npmjs.org'
1111
- run: npm install -g npm@latest
1212
shell: bash
13-
- run: npm clean-install
13+
# TODO(NODE-7058): use npm CI here once we have a package-lock.json again
14+
- run: npm install
1415
shell: bash

0 commit comments

Comments
 (0)