We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b4341 commit 9619749Copy full SHA for 9619749
.github/workflows/node.js.yml
@@ -49,6 +49,7 @@ jobs:
49
with:
50
node-version: 20
51
registry-url: https://registry.npmjs.org/
52
+ - run: pwd
53
- run: |
54
sudo apt-get -y update
55
sudo apt-get -y install build-essential software-properties-common gcc gdb make
@@ -58,7 +59,7 @@ jobs:
58
59
make build
60
sudo make install
61
cd ..
- - run: rm -rfv croosdb
62
+ - run: rm -rfv ./croosdb
63
- run: npm ci
64
- run: npm run build --if-present
65
- run: npm publish --access public
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@croosdb/crossdb-nodejs",
3
- "version": "1.2.5",
+ "version": "1.2.6",
4
"main": "index.js",
5
"author": "Efrem Ropelato",
6
"contributors":[
0 commit comments