Skip to content

Commit 0d3c20b

Browse files
authored
Merge pull request #401 from tiagosiebler/readmemisc
v2.9.6: chore() readme update & remove redundant publish step
2 parents 754afe1 + f1a8948 commit 0d3c20b

File tree

3 files changed

+2
-18
lines changed

3 files changed

+2
-18
lines changed

.github/workflows/npmpublish.yml

-16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
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-
41
name: Publish
52

63
on:
@@ -13,19 +10,6 @@ permissions:
1310
contents: 'read'
1411

1512
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-
2913
publish-npm:
3014
name: 'Publish NPM'
3115
runs-on: ubuntu-latest

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Node.js & JavaScript SDK for Binance REST APIs & WebSockets
22

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)
44
[![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]
55
[![last commit](https://img.shields.io/github/last-commit/tiagosiebler/binance)][1]
66
[![CodeFactor](https://www.codefactor.io/repository/github/tiagosiebler/binance/badge)](https://www.codefactor.io/repository/github/tiagosiebler/binance)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "binance",
3-
"version": "2.9.5",
3+
"version": "2.9.6",
44
"description": "Node.js & JavaScript SDK for Binance REST APIs & WebSockets, with TypeScript & end-to-end tests.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)