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:
49
49
with :
50
50
node-version : 20
51
51
registry-url : https://registry.npmjs.org/
52
- - run : pwd
53
52
- run : |
54
53
sudo apt-get -y update
55
54
sudo apt-get -y install build-essential software-properties-common gcc gdb make
56
55
- run : |
56
+ cd ..
57
57
git clone https://github.com/crossdb-org/crossdb.git
58
58
cd crossdb
59
59
make build
60
60
sudo make install
61
- cd ..
62
- - run : rm -rfv ./croosdb
61
+ cd crossdb-nodejs
63
62
- run : npm ci
64
63
- run : npm run build --if-present
65
64
- run : npm publish --access public
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @croosdb/crossdb-nodejs" ,
3
- "version" : " 1.2.6 " ,
3
+ "version" : " 1.2.7 " ,
4
4
"main" : " index.js" ,
5
5
"author" : " Efrem Ropelato" ,
6
6
"contributors" :[
You can’t perform that action at this time.
0 commit comments