Skip to content

Commit

Permalink
Merge bf6b1c3 into cf06585
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Oct 26, 2023
2 parents cf06585 + bf6b1c3 commit 01cfe3d
Show file tree
Hide file tree
Showing 4 changed files with 6 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 @@ -15,7 +15,7 @@ jobs:
matrix:
node-version:
- 18.18.2
- 20.8.1
- 20.9.0
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.8.1
node-version: 20.9.0
cache: npm
- run: npm ci
- run: npx semantic-release
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.8.1
node-version: 20.9.0
cache: npm
- run: npm ci
- run: npx playwright install
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
with:
node-version: 20.8.1
node-version: 20.9.0
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 @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.8.1
node-version: 20.9.0
- run: rm package-lock.json
- run: npm install
- run: npm test
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 @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.8.1
node-version: 20.9.0
- run: npm ci
- run: npm run docs
- uses: gr2m/create-or-update-pull-request-action@v1
Expand Down

0 comments on commit 01cfe3d

Please sign in to comment.