Skip to content

Commit

Permalink
Merge pull request #2883 from template-tools/template-sync/template-a…
Browse files Browse the repository at this point in the history
…rlac77-github

merge from template-arlac77-github
  • Loading branch information
arlac77 committed May 10, 2024
2 parents e02f169 + 8bf2b02 commit 66eb0ad
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- ubuntu-latest
- windows-latest
node-version:
- 20.13.0
- 20.13.1
- 22.1.0
steps:
- uses: actions/checkout@v4.1.5
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- uses: actions/checkout@v4.1.5
- uses: actions/setup-node@v4.0.2
with:
node-version: 20.13.0
node-version: 20.13.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
Expand Up @@ -21,7 +21,7 @@ jobs:
languages: javascript
- uses: actions/setup-node@v4.0.2
with:
node-version: 20.13.0
node-version: 20.13.1
cache: npm
- run: npm ci
- name: Perform CodeQL Analysis
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update_package_lock.yml
Expand Up @@ -13,6 +13,7 @@ jobs:
node-version:
- 20.12.2
- 20.13.0
- 20.13.1
browser:
- chrome
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_readme_api.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4.1.5
- uses: actions/setup-node@v4.0.2
with:
node-version: 20.13.0
node-version: 20.13.1
- 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
Expand Up @@ -63,7 +63,7 @@
"semantic-release": "^23.0.8"
},
"engines": {
"node": ">=20.13.0"
"node": ">=20.13.1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 66eb0ad

Please sign in to comment.