Skip to content

Commit

Permalink
Merge pull request #1499 from Kronos-Integration/template-sync/arlac7…
Browse files Browse the repository at this point in the history
…7/template-arlac77-github

merge from arlac77/template-arlac77-github
  • Loading branch information
arlac77 committed Apr 7, 2021
2 parents 105a693 + 78ec110 commit 53bb490
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .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.16.0
- 14.16.1
steps:
- uses: actions/checkout@v2
- name: Cache node modules
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.16.0
node-version: 14.16.1
- run: npm install
- run: npx semantic-release
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
languages: javascript
- uses: actions/setup-node@v1
with:
node-version: 14.16.0
node-version: 14.16.1
- run: npm install
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
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.16.0
node-version: 14.16.1
- 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 @@ -37,7 +37,7 @@
"devDependencies": {
"ava": "^3.15.0",
"c8": "^7.7.0",
"documentation": "^13.2.0",
"documentation": "^13.2.1",
"got": "^11.8.2",
"semantic-release": "^17.4.2"
},
Expand Down

0 comments on commit 53bb490

Please sign in to comment.