Skip to content

Commit

Permalink
chore(deps): bump to nodejs 18.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Oct 15, 2023
1 parent b81b9de commit 8c39efe
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 @@ -15,7 +15,7 @@ jobs:
max-parallel: 1
matrix:
node-version:
- 18.18.1
- 18.18.2
- 20.8.0
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3.8.1
with:
node-version: 18.18.1
node-version: 18.18.2
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.8.1
with:
node-version: 18.18.1
node-version: 18.18.2
cache: npm
- run: npm ci
- name: Perform CodeQL Analysis
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_package_lock.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3.8.1
with:
node-version: 18.18.1
node-version: 18.18.2
- run: npm install
- uses: gr2m/create-or-update-pull-request-action@v1
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_readme_api.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3.8.1
with:
node-version: 18.18.1
node-version: 18.18.2
- run: npm ci
- run: npm run docs
- uses: gr2m/create-or-update-pull-request-action@v1
Expand Down

0 comments on commit 8c39efe

Please sign in to comment.