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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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