File tree 3 files changed +2
-18
lines changed
3 files changed +2
-18
lines changed Original file line number Diff line number Diff line change 1
- # This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
2
- # For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
3
-
4
1
name : Publish
5
2
6
3
on :
@@ -13,19 +10,6 @@ permissions:
13
10
contents : ' read'
14
11
15
12
jobs :
16
- build :
17
- name : ' Publish NPM'
18
- runs-on : ubuntu-latest
19
- steps :
20
- - name : ' Checkout source code'
21
- uses : actions/checkout@v4
22
-
23
- - uses : actions/setup-node@v4
24
- with :
25
- node-version-file : ' .nvmrc'
26
- registry-url : ' https://registry.npmjs.org/'
27
- cache : ' npm'
28
-
29
13
publish-npm :
30
14
name : ' Publish NPM'
31
15
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1
1
# Node.js & JavaScript SDK for Binance REST APIs & WebSockets
2
2
3
- [ ![ Tests ] ( https://circleci .com/gh/ tiagosiebler/binance. svg?style=shield )] ( https://circleci .com/gh/ tiagosiebler/binance )
3
+ [ ![ Build & Test ] ( https://github .com/tiagosiebler/binance/actions/workflows/test.yml/badge. svg )] ( https://github .com/tiagosiebler/binance/actions/workflows/test.yml )
4
4
[ ![ npm version] ( https://img.shields.io/npm/v/binance )] [ 1 ] [ ![ npm size] ( https://img.shields.io/bundlephobia/min/binance/latest )] [ 1 ] [ ![ npm downloads] ( https://img.shields.io/npm/dt/binance )] [ 1 ]
5
5
[ ![ last commit] ( https://img.shields.io/github/last-commit/tiagosiebler/binance )] [ 1 ]
6
6
[ ![ CodeFactor] ( https://www.codefactor.io/repository/github/tiagosiebler/binance/badge )] ( https://www.codefactor.io/repository/github/tiagosiebler/binance )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " binance" ,
3
- "version" : " 2.9.5 " ,
3
+ "version" : " 2.9.6 " ,
4
4
"description" : " Node.js & JavaScript SDK for Binance REST APIs & WebSockets, with TypeScript & end-to-end tests." ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments