File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : release on npmjs
2+ on :
3+ release :
4+ types : [created]
5+ jobs :
6+ build :
7+ runs-on : ubuntu-latest
8+ steps :
9+ - uses : actions/checkout@v2
10+ - uses : actions/setup-node@v2
11+ with :
12+ node-version : 14
13+ registry-url : ' https://registry.npmjs.org'
14+ - run : npm ci
15+ - run : npm run build
16+ - run : npm publish
17+ env :
18+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 33
44# TODOs:
55
6- - Change Queue push function to async
7- - Create Github Actions pipeline to run tests
8- - Publish to npm
96- SQSQueue package
107- RedisQueue package
Original file line number Diff line number Diff line change 11{
2- "name" : " hyper-queue " ,
3- "version" : " 0.0.1 " ,
2+ "name" : " hyperq " ,
3+ "version" : " 0.1.0 " ,
44 "description" : " generic queue processing library" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments