diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0dee9c0..127c4b7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x] + node-version: [16.x, 18.x, 20.x] steps: - uses: actions/checkout@v3 diff --git a/package.json b/package.json index 7948c9b..0fd9b7e 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,20 @@ { - "name": "graph", - "version": "1.0.0", - "description": "", + "name": "@italocobains/graph", + "version": "0.0.1", + "description": "This is a lib write by c++ and nodejs addon api for graph algorithm.", "main": "index.js", "scripts": { "test": "jest", "build": "tsc", "testing:node": "npm run build && node ./dist/testing.js" }, + "publishConfig": { + "tag": "latest", + "access": "public", + "registry": "https://registry.npmjs.org/" + }, "keywords": [], - "author": "", + "author": "ItaloCobains", "license": "ISC", "dependencies": { "bindings": "^1.5.0",