Skip to content

Commit

Permalink
Merge pull request #1291 from arlac77/npm-template-sync/arlac77/templ…
Browse files Browse the repository at this point in the history
…ate-arlac77-github

merge from arlac77/template-arlac77-github
  • Loading branch information
arlac77 committed Dec 16, 2020
2 parents c43ffe3 + 956eeed commit e73f5a0
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
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
node-version:
- 14.15.1
- 14.15.2
steps:
- uses: actions/checkout@v2
- name: Cache node modules
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.15.1
node-version: 14.15.2
- run: npm install
- run: npx semantic-release
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql_analysis.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
languages: javascript
- uses: actions/setup-node@v1
with:
node-version: 14.15.1
node-version: 14.15.2
- 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
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.15.1
node-version: 14.15.2
- 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
Expand Up @@ -71,7 +71,7 @@
"semantic-release": "^17.3.0"
},
"engines": {
"node": ">=14.15.1"
"node": ">=14.15.2"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e73f5a0

Please sign in to comment.