Use npm ci to install dependencies for reproducible builds (#11211)

This commit is contained in:
kezhenxu94 2023-08-11 18:41:29 +08:00 committed by GitHub
parent 6cca6c18d7
commit 77f99ca15b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@
</goals> </goals>
</execution> </execution>
<execution> <execution>
<id>npm install</id> <id>npm ci</id>
<goals> <goals>
<goal>npm</goal> <goal>npm</goal>
</goals> </goals>