File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -49,17 +49,16 @@ jobs:
4949 with :
5050 node-version : 20
5151 registry-url : https://registry.npmjs.org/
52- - run : pwd
5352 - run : |
5453 sudo apt-get -y update
5554 sudo apt-get -y install build-essential software-properties-common gcc gdb make
5655 - run : |
56+ cd ..
5757 git clone https://github.com/crossdb-org/crossdb.git
5858 cd crossdb
5959 make build
6060 sudo make install
61- cd ..
62- - run : rm -rfv ./croosdb
61+ cd crossdb-nodejs
6362 - run : npm ci
6463 - run : npm run build --if-present
6564 - run : npm publish --access public
Original file line number Diff line number Diff line change 11{
22 "name" : " @croosdb/crossdb-nodejs" ,
3- "version" : " 1.2.6 " ,
3+ "version" : " 1.2.7 " ,
44 "main" : " index.js" ,
55 "author" : " Efrem Ropelato" ,
66 "contributors" :[
You can’t perform that action at this time.
0 commit comments