Skip to content

Commit

Permalink
Update build matrix action for node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbhr committed Aug 3, 2022
1 parent 26869c5 commit 13f7a4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# Node versions to test - See supported Node.js release schedule at https://nodejs.org/en/about/releases/
node-version: [ 14 ] # , 16, 18]
node-version: [ 14, 16, 18 ]

steps:
# - name: Notifying on build via Slack
# if: success()
# id: slack
# env:
# SLACK_BOT_TOKEN: ${{ secrets.MG_SLACKBOT_TOKEN }}
# uses: voxmedia/github-action-slack-notify-build@v1
# with:
# channel: mg-pulse
# status: STARTING
# color: warning

- uses: actions/checkout@v3

Expand All @@ -53,9 +42,3 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./coverage

# The publish action should be triggered in another workflow that only sends packages we tagged with v1.2.3
# FYI - remove this comment later
# - name: Publishing package to npm
# run: npm publish
# env:
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![NPM version](https://img.shields.io/badge/zotasdk-v1.0.0-blue)](https://www.npmjs.com/package/zotapaysdk)
[![NPM version](https://img.shields.io/badge/zotasdk-v1.1.0-blue)](https://www.npmjs.com/package/zotapaysdk)
[![codecov](https://codecov.io/gh/zotapay/node-sdk/branch/main/graph/badge.svg?token=NdEjuAL8eN)](https://codecov.io/gh/zotapay/node-sdk)
![](https://img.shields.io/badge/NodeJS-16.15.1%2B-blue)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zotapaysdk",
"version": "1.0.0",
"version": "1.1.0",
"description": "This Node.js SDK provides all the necessary methods for integrating the Zotapay Merchant API.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 13f7a4f

Please sign in to comment.