Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #146 from Nike-Inc/feat/update-node-version
Browse files Browse the repository at this point in the history
update package version
  • Loading branch information
slichlyter12 authored Nov 16, 2021
2 parents 20c39b8 + 229367b commit e11175a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ jobs:
- run: npm install
- run: npm run test:unit:local
- name: Upload coverage report to CodeCov
if: ${{ matrix.node-version == '12.x' }}
if: ${{ matrix.node-version == '14.x' }}
uses: codecov/codecov-action@v1
with:
file: coverage/clover.xml # optional
fail_ci_if_error: true # optional (default = false)
verbose: true
- name: Build Documentation
if: ${{ github.ref == 'refs/heads/master' && matrix.node-version == '12.x' }}
if: ${{ github.ref == 'refs/heads/master' && matrix.node-version == '14.x' }}
run: npm run generate-docs
- name: Deploy 🚀
if: ${{ github.ref == 'refs/heads/master' && matrix.node-version == '12.x' }}
if: ${{ github.ref == 'refs/heads/master' && matrix.node-version == '14.x' }}
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
- run: npm install
- run: npm run test:unit:local
- name: Upload coverage report to CodeCov
if: ${{ matrix.node-version == '12.x' }}
if: ${{ matrix.node-version == '14.x' }}
uses: codecov/codecov-action@v1
with:
file: coverage/clover.xml # optional
fail_ci_if_error: true # optional (default = false)
verbose: true
- name: Publish to NPM
if: ${{ matrix.node-version == '12.x' }}
if: ${{ matrix.node-version == '14.x' }}
run: |
echo "Preparing .npmrc"
echo '//registry.npmjs.org/:_authToken=${{secrets.NPM_AUTH_TOKEN}}' > .npmrc
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": "cerberus-node-client",
"version": "3.3.6",
"version": "3.4.0",
"description": "Node client for Cerberus Key Mgmt",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit e11175a

Please sign in to comment.