ci: Prefer installing NPM dependencies from lock

This commit is contained in:
Pun Butrach
2024-07-13 17:04:43 +07:00
committed by GitHub
parent 9440f23b55
commit e9cee0abe2

View File

@ -39,7 +39,7 @@ jobs:
flutter-version: 3.22.x
- name: Install dependencies
run: npm install
run: npm ci
- name: Get dependencies
run: flutter pub get