Skip to content

Commit

Permalink
Merge branch 'master' into package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Sep 5, 2023
2 parents 1474971 + b0a4f9a commit 28cda2e
Show file tree
Hide file tree
Showing 6 changed files with 578 additions and 551 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
matrix:
node-version:
- 18.17.1
- 20.5.1
- 20.6.0
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3.8.1
with:
node-version: ${{ matrix.node-version }}
Expand All @@ -41,7 +41,7 @@ jobs:
- test-node
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3.8.1
with:
node-version: 18.17.1
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 @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- run: git checkout
if: ${{ github.event_name == 'pull_request' }}
- name: Initialize CodeQL
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 @@ -6,7 +6,7 @@ jobs:
update_package_lock:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3.8.1
with:
node-version: 18.17.1
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 @@ -6,7 +6,7 @@ jobs:
update_readme_api:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3.8.1
with:
node-version: 18.17.1
Expand Down

0 comments on commit 28cda2e

Please sign in to comment.