Skip to content

Commit

Permalink
Merge pull request #772 from Kronos-Integration/npm-template-sync/arl…
Browse files Browse the repository at this point in the history
…ac77/template-github,arlac77/template-kronos-component

merge from arlac77/template-github,arlac77/template-kronos-component
  • Loading branch information
arlac77 committed Aug 28, 2020
2 parents 4e813d6 + 9863c6d commit bcf2bbc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
node-version:
- 14.8.0
- 14.9.0
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_readme_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.8.0
node-version: 14.9.0
- run: npm install
- run: npm run docs
- uses: gr2m/create-or-update-pull-request-action@v1.x
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"semantic-release": "^17.1.1"
},
"engines": {
"node": ">=14.8.0"
"node": ">=14.9.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit bcf2bbc

Please sign in to comment.