Skip to content

Commit 9f37b36

Browse files
committed
task: @subql/query set to v1.6.0
1 parent cb8b124 commit 9f37b36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ set -x
2222
env | grep DB_
2323

2424
# ----Installing Subql-Query----
25-
npm install -g @subql/query
25+
npm install -g @subql/query@1.6.0
2626

2727
# ----Installing Subql-Node----
2828
npm install -g @subql/node@1.9.2

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ set -x
2121

2222
env | grep DB_
2323

24-
npm install -g @subql/query
24+
npm install -g @subql/query@1.6.0
2525
subql-query --name subql_ternoa --playground

0 commit comments

Comments
 (0)