Skip to content

Commit

Permalink
Merge df40626 into aa815f9
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Feb 14, 2024
2 parents aa815f9 + df40626 commit 0875f46
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
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- macos-latest
- windows-latest
node-version:
- 20.11.0
- 20.11.1
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-node@v4.0.2
Expand All @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-node@v4.0.2
with:
node-version: 20.11.0
node-version: 20.11.1
cache: npm
cache-dependency-path: package-lock.json
- run: npm ci
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@v4.0.2
with:
node-version: 20.11.0
node-version: 20.11.1
cache: npm
- run: npm ci
- name: Perform CodeQL Analysis
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_package_lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
node-version:
- 20.11.0
- 20.11.1
browser:
- chrome
steps:
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 @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-node@v4.0.2
with:
node-version: 20.11.0
node-version: 20.11.1
- run: npm ci
- run: npm run docs
- uses: gr2m/create-or-update-pull-request-action@v1
Expand Down

0 comments on commit 0875f46

Please sign in to comment.