Skip to content

Commit

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

merge from arlac77/template-github-action,arlac77/template-kronos-module
  • Loading branch information
arlac77 committed May 20, 2020
2 parents c06c59f + 3ee9b26 commit 9d0cb2f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
matrix:
node-version:
- '14.2'
- 14.3.0
steps:
- uses: actions/checkout@v2
- name: Cache node modules
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/update_readme_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 14.2.0
- name: doc
uses: actions/setup-node@v1
with:
node-version: 14.3.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 @@ -44,7 +44,7 @@
"semantic-release": "^17.0.7"
},
"engines": {
"node": ">=14.2.0"
"node": ">=14.3.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9d0cb2f

Please sign in to comment.