Skip to content

Commit

Permalink
chore(deps): bump nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Jul 6, 2021
1 parent 0a38315 commit 01cee50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/browser_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
os:
- ubuntu-latest
node:
- 14.17.2
- 14.17.3
browser:
- chrome
- firefox
Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14.17.2
node-version: 14.17.3
- 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@v2
with:
node-version: 14.17.2
node-version: 14.17.3
- 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@v2
with:
node-version: 14.17.2
node-version: 14.17.3
- run: npm install
- run: npm run docs
- uses: gr2m/create-or-update-pull-request-action@v1
Expand Down

0 comments on commit 01cee50

Please sign in to comment.