Skip to content

Commit

Permalink
Upgrade NPM Publish Node Version
Browse files Browse the repository at this point in the history
Merge pull request #76 from brhook-aws/upgradeNodeVersion
  • Loading branch information
brhook-aws authored Feb 15, 2022
2 parents 0e693f8 + 7770d4e commit ed8fcbe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm publish
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amazon-sumerian-hosts",
"version": "1.3.6",
"version": "1.3.7",
"description": "",
"scripts": {
"test": "OS_NAME=\"$(uname)\" node ./node_modules/karma/bin/karma start",
Expand Down

0 comments on commit ed8fcbe

Please sign in to comment.