CI: Fix dependency package name

This commit is contained in:
Krille 2023-07-14 19:00:01 +09:00
parent 2496db5028
commit c9b56012cc
No known key found for this signature in database

View file

@ -21,7 +21,7 @@ jobs:
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install node -y
run: sudo apt-get update && sudo apt-get install nodejs -y
- run: flutter pub get
- name: Prepare web
run: ./scripts/prepare-web.sh