Skip to content

Commit

Permalink
Merge 409504c into 222cb70
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed May 8, 2024
2 parents 222cb70 + 409504c commit c64f7af
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
matrix:
node-version:
- 20.12.2
- 20.13.0
- 22.1.0
steps:
- uses: actions/checkout@v4.1.5
Expand Down Expand Up @@ -52,7 +53,7 @@ jobs:
- uses: actions/checkout@v4.1.5
- uses: actions/setup-node@v4.0.2
with:
node-version: 20.12.2
node-version: 20.13.0
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 @@ -21,7 +21,7 @@ jobs:
languages: javascript
- uses: actions/setup-node@v4.0.2
with:
node-version: 20.12.2
node-version: 20.13.0
cache: npm
- run: npm ci
- name: Perform CodeQL Analysis
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update_package_lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
matrix:
node-version:
- 20.12.2
- 20.13.0
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.5
- uses: actions/setup-node@v4.0.2
with:
node-version: 20.12.2
node-version: 20.13.0
- run: npm ci
- run: npm run docs
- uses: gr2m/create-or-update-pull-request-action@v1
Expand Down

0 comments on commit c64f7af

Please sign in to comment.