Skip to content

Commit

Permalink
bump lockfile version
Browse files Browse the repository at this point in the history
  • Loading branch information
eschutho committed Jul 27, 2024
1 parent 159f4a7 commit 5ae2320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci_check_npm_lock_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
REQUIRED_VERSION=2
REQUIRED_VERSION=3
LOCKFILE_VERSION=$(sed -n 's/[ \t]*"lockfileVersion"\: \([0-9]*\),/\1/p' "$1")

if [[ $LOCKFILE_VERSION != "$REQUIRED_VERSION" ]]; then
Expand Down

0 comments on commit 5ae2320

Please sign in to comment.