Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
efremropelato committed Nov 19, 2024
1 parent c6e3c75 commit 15c6421
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: |
sudo apt-get -y update
sudo apt-get -y update
sudo apt-get -y install build-essential software-properties-common gcc gdb make
- run: |
- run: |
git clone https://github.com/crossdb-org/crossdb.git
cd crossdb
make build
sudo make install
cd ..
cd ..
rm -rfv crossdb
- run: npm ci
- run: npm run build --if-present
Expand All @@ -50,17 +50,18 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: |
sudo apt-get -y update
sudo apt-get -y update
sudo apt-get -y install build-essential software-properties-common gcc gdb make
- run: |
- run: |
git clone https://github.com/crossdb-org/crossdb.git
cd crossdb
make build
sudo make install
cd ..
cd ..
rm -rfv croosdb
- run: npm ci
- run: npm run build --if-present
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@croosdb/crossdb-nodejs",
"version": "1.2.3",
"version": "1.2.4",
"main": "index.js",
"author": "Efrem Ropelato",
"contributors":[
Expand Down

0 comments on commit 15c6421

Please sign in to comment.