Skip to content

Commit

Permalink
Merge pull request #857 from mobi/fix_v1.14_invalid_version
Browse files Browse the repository at this point in the history
[Fix] v1.14 Invalid Version
  • Loading branch information
grahamhency authored Nov 24, 2021
2 parents e4dc5dd + 626a430 commit a25da96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ env.NVMRC }}
registry_url: "https://registry.npmjs.org"
registry-url: "https://registry.npmjs.org"
- name: Install npm Packages
if: steps.cache-node-modules.outputs.cache-hit != 'true'
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion projects/go-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tangoe/goponents",
"version": "1.14",
"version": "1.14.0",
"repository": {
"type": "git",
"url": "git+https://github.com/mobi/goponents.git"
Expand Down

0 comments on commit a25da96

Please sign in to comment.