Skip to content

Commit c234882

Browse files
committed
feat(ci) replace --frozen-lockfile by --immutable
Signed-off-by: Pierre PÉRONNET <pierre.peronnet@datadoghq.com>
1 parent 8e4b926 commit c234882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish:
99
$(MAKE) run-publish
1010

1111
ci-test:
12-
YARN_RUN="install --frozen-lockfile" $(MAKE) _run
12+
YARN_RUN="install --immutable" $(MAKE) _run
1313
YARN_RUN="lint --format junit --output-file eslint.junit.xml" $(MAKE) _run
1414

1515
run-%:

0 commit comments

Comments
 (0)