File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change
1
+ name : Node.js Package
2
+ on :
3
+ release :
4
+ types : [created]
5
+ jobs :
6
+ build :
7
+ runs-on : ubuntu-latest
8
+ steps :
9
+ - uses : actions/checkout@v2
10
+ # Setup .npmrc file to publish to npm
11
+ - uses : actions/setup-node@v2
12
+ with :
13
+ node-version : ' 15.x'
14
+ registry-url : ' https://npm.pkg.github.com'
15
+ - run : yarn install
16
+ - run : yarn publish
17
+ env :
18
+ NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
19
+ - uses : actions/setup-node@v2
20
+ with :
21
+ node-version : ' 15.x'
22
+ registry-url : ' https://registry.npmjs.org'
23
+ - run : yarn publish
24
+ env :
25
+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 12
12
" self-balancing" ,
13
13
" AVL tree"
14
14
],
15
- "homepage" : " https://github.com/louischatriot /node-binary-search-tree" ,
15
+ "homepage" : " https://github.com/rmanibus /node-binary-search-tree" ,
16
16
"repository" : {
17
17
"type" : " git" ,
18
- "url" : " git@github.com:louischatriot /node-binary-search-tree.git"
18
+ "url" : " git@github.com:rmanibus /node-binary-search-tree.git"
19
19
},
20
20
"dependencies" : {
21
21
"underscore" : " ^1.13"
You can’t perform that action at this time.
0 commit comments