Skip to content

Commit

Permalink
Merge pull request #101 from immobiliare/tests_fix
Browse files Browse the repository at this point in the history
test: fix failing git tests
  • Loading branch information
dnlup committed Feb 23, 2024
2 parents 29a3004 + a2ffc84 commit a077928
Show file tree
Hide file tree
Showing 4 changed files with 21,647 additions and 12,465 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: [16, 18]
node: [18]
os: [ubuntu-latest]
env:
OS: ${{ matrix.os }}
Expand All @@ -25,7 +25,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- run: node --version
- run: npm install --engine-strict
- run: npm install
- run: npm test
- run: npm run coverage
- name: Codecov
Expand Down
Loading

0 comments on commit a077928

Please sign in to comment.