From 22bfe228e79ceaf5b0bcef9bccbb785a8a49ee23 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Fri, 2 Apr 2021 10:11:44 +0200 Subject: [PATCH] [ticket/16746] Use npm ci to install packages according to lock file PHPBB3-16746 --- .github/check-stylesheet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/check-stylesheet.sh b/.github/check-stylesheet.sh index f5984a24ce..70a8a70d9b 100755 --- a/.github/check-stylesheet.sh +++ b/.github/check-stylesheet.sh @@ -12,7 +12,7 @@ set -e set +x sudo npm install -g > /dev/null -npm install > /dev/null +npm ci > /dev/null set -x node_modules/stylelint/bin/stylelint.js "phpBB/styles/prosilver/theme/*.css" node_modules/stylelint/bin/stylelint.js "phpBB/adm/style/*.css"