Skip to content

Commit cb27bba

Browse files
committed
Update ci-requirements package order and version
1 parent 8bd7b6e commit cb27bba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

npm/ci-requirements.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,12 @@ pushd ./codegens/dart-http &>/dev/null;
8585
wget -q https://storage.googleapis.com/dart-archive/channels/stable/release/latest/linux_packages/dart_3.0.4-1_amd64.deb
8686
sudo dpkg -i dart_3.0.4-1_amd64.deb
8787
echo '''name: test
88+
version: 1.0.0
8889
environment:
8990
sdk: ^3.0.3
9091
dependencies:
92+
dio: ^5.2.0
9193
http: ^1.0.0
92-
dio: ^5.2.0+1
9394
''' > pubspec.yaml
9495
dart pub get
9596
popd &>/dev/null;

0 commit comments

Comments
 (0)