Skip to content

Commit d5dd934

Browse files
chore: fix release action (#94)
1 parent eb80620 commit d5dd934

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 --ignore-scripts
1415
shell: bash

0 commit comments

Comments
 (0)