Skip to content

Commit

Permalink
Fix test, update matrix to include node@20
Browse files Browse the repository at this point in the history
  • Loading branch information
steveukx committed Sep 23, 2023
1 parent 2eda817 commit ebbfe8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 16, 18, 19]
node-version: [14, 16, 18, 20]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions simple-git/test/unit/log.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ describe('log', () => {
'--follow',
'--fixed-strings',
'--',
'file2',
'index.js'
'index.js',
'file2'
);
});

Expand Down

0 comments on commit ebbfe8e

Please sign in to comment.