Skip to content

Commit

Permalink
Merge a248023 into aa2901f
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Mar 27, 2024
2 parents aa2901f + a248023 commit e2ce11a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version:
- 20.11.1
- 20.12.0
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/setup-node@v4.0.2
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v4.1.2
- uses: actions/setup-node@v4.0.2
with:
node-version: 20.11.1
node-version: 20.12.0
cache: npm
cache-dependency-path: package-lock.json
- run: npm ci
Expand All @@ -67,7 +67,7 @@ jobs:
- uses: actions/checkout@v4.1.2
- uses: actions/setup-node@v4.0.2
with:
node-version: 20.11.1
node-version: 20.12.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.11.1
node-version: 20.12.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 @@ -13,6 +13,7 @@ jobs:
node-version:
- 20.10.0
- 20.11.1
- 20.12.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.2
- uses: actions/setup-node@v4.0.2
with:
node-version: 20.11.1
node-version: 20.12.0
- run: npm ci
- run: npm run docs
- uses: gr2m/create-or-update-pull-request-action@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"typescript": "^5.4.3"
},
"engines": {
"node": ">=20.11.1"
"node": ">=20.12.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e2ce11a

Please sign in to comment.