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 Jul 27, 2022
1 parent b5fc1fa commit 049486a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
- windows-latest
node-version:
- 16.16.0
- 18.6.0
- 18.7.0
steps:
- uses: actions/checkout@v3
- name: Build / Test Node ${{ matrix.node-version }}
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.4.1
with:
node-version: 18.6.0
node-version: 18.7.0
cache: npm
- run: npm ci
- run: npx semantic-release
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@v3.4.1
with:
node-version: 18.6.0
node-version: 18.7.0
cache: npm
- run: npm ci
- name: Perform CodeQL Analysis
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_readme_api.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.4.1
with:
node-version: 18.6.0
node-version: 18.7.0
- run: npm ci
- run: npm run docs
- uses: gr2m/create-or-update-pull-request-action@v1
Expand Down

0 comments on commit 049486a

Please sign in to comment.