Skip to content

Commit

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

merge from arlac77/template-github-action,arlac77/template-kronos-component
  • Loading branch information
arlac77 committed Sep 23, 2020
2 parents 128bd04 + 1e29d5a commit d08b3e4
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.11.0
- 14.12.0
steps:
- uses: actions/checkout@v2
- name: checkout
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.11.0
node-version: 14.12.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.2"
},
"engines": {
"node": ">=14.11.0"
"node": ">=14.12.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d08b3e4

Please sign in to comment.