Skip to content

Commit

Permalink
Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ItaloCobains committed Nov 13, 2023
1 parent 7b6784f commit 0589104
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0589104

Please sign in to comment.