Skip to content

Commit

Permalink
Merge 36183af into 7353f7e
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Jan 8, 2024
2 parents 7353f7e + 36183af commit 3a33732
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -17,11 +17,12 @@ jobs:
node-version:
- 20.10.0
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.1
- uses: actions/setup-node@v4.0.1
with:
node-version: ${{ matrix.node-version }}
cache: npm
cache-dependency-path: package-lock.json
- run: npm ci
- run: npm run cover --if-present
env:
Expand All @@ -40,11 +41,12 @@ jobs:
- test-node
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.1
- uses: actions/setup-node@v4.0.1
with:
node-version: 20.10.0
cache: npm
cache-dependency-path: package-lock.json
- run: npm ci
- run: npx semantic-release
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql_analysis.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v4.1.1
- 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
Expand Up @@ -12,7 +12,7 @@ jobs:
browser:
- chrome
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.1
- uses: actions/setup-node@v4.0.1
with:
node-version: ${{ matrix.node-version }}
Expand Down

0 comments on commit 3a33732

Please sign in to comment.