Skip to content

Commit

Permalink
👷 patch npm publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bmiddha committed Mar 30, 2020
2 parents d7535a4 + 9a8da17 commit fbd2bab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 13.x]
node-version: [12.x, 13.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [published]

jobs:
build-and-version:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Easy-to-use, object oriented WebHooks library written in TypeScript.
[![Node CI](https://github.com/bmiddha/webhooks/workflows/Node%20CI/badge.svg)](https://github.com/bmiddha/webhooks/actions?query=workflow%3A%22Node+CI%22)
[![NPM Publish](https://github.com/bmiddha/webhooks/workflows/NPM%20Publish/badge.svg)](https://github.com/bmiddha/webhooks/actions?query=workflow%3A%22NPM+Publish%22)
[![codecov](https://codecov.io/gh/bmiddha/webhooks/branch/master/graph/badge.svg)](https://codecov.io/gh/bmiddha/webhooks)
[![Coverage Status](https://coveralls.io/repos/github/bmiddha/webhooks/badge.svg?branch=master)](https://coveralls.io/github/bmiddha/webhooks?branch=master)
[![dependencies Status](https://david-dm.org/bmiddha/webhooks/status.svg)](https://david-dm.org/bmiddha/webhooks)
[![devDependencies Status](https://david-dm.org/bmiddha/webhooks/dev-status.svg)](https://david-dm.org/bmiddha/webhooks?type=dev)
[![bundlephobia](https://badgen.net/bundlephobia/min/@bmiddha/webhooks)](https://bundlephobia.com/result?p=@bmiddha/[email protected])
Expand Down

0 comments on commit fbd2bab

Please sign in to comment.