Skip to content

Commit

Permalink
chore(deps): bump to nodejs 18.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Jun 20, 2022
1 parent 6551f1c commit fc5395d
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:
- 18.3.0
- 18.4.0
browser:
- chrome
- firefox
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
node-version: 18.3.0
node-version: 18.4.0
cache: npm
- run: npm ci
- run: npx semantic-release
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/[email protected]
with:
node-version: 18.3.0
node-version: 18.4.0
cache: npm
- run: npm ci
- name: Perform CodeQL Analysis
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@v3
- uses: actions/[email protected]
with:
node-version: 18.3.0
node-version: 18.4.0
- run: npm ci
- run: npm run docs
- uses: gr2m/create-or-update-pull-request-action@v1
Expand Down

0 comments on commit fc5395d

Please sign in to comment.