File tree 2 files changed +9
-8
lines changed
2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ jobs:
27
27
node-version : ${{ matrix.node-version }}
28
28
cache : ' npm'
29
29
- run : |
30
- sudo apt-get -y update
30
+ sudo apt-get -y update
31
31
sudo apt-get -y install build-essential software-properties-common gcc gdb make
32
- - run : |
32
+ - run : |
33
33
git clone https://github.com/crossdb-org/crossdb.git
34
34
cd crossdb
35
35
make build
36
36
sudo make install
37
- cd ..
37
+ cd ..
38
38
rm -rfv crossdb
39
39
- run : npm ci
40
40
- run : npm run build --if-present
@@ -50,17 +50,18 @@ jobs:
50
50
node-version : 20
51
51
registry-url : https://registry.npmjs.org/
52
52
- run : |
53
- sudo apt-get -y update
53
+ sudo apt-get -y update
54
54
sudo apt-get -y install build-essential software-properties-common gcc gdb make
55
- - run : |
55
+ - run : |
56
56
git clone https://github.com/crossdb-org/crossdb.git
57
57
cd crossdb
58
58
make build
59
59
sudo make install
60
- cd ..
60
+ cd ..
61
+ rm -rfv croosdb
61
62
- run : npm ci
62
63
- run : npm run build --if-present
63
64
- run : npm publish --access public
64
65
env :
65
66
NODE_AUTH_TOKEN : ${{secrets.npm_token}}
66
-
67
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @croosdb/crossdb-nodejs" ,
3
- "version" : " 1.2.3 " ,
3
+ "version" : " 1.2.4 " ,
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