Skip to content

Commit ebbfe8e

Browse files
committed
Fix test, update matrix to include node@20
1 parent 2eda817 commit ebbfe8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node-version: [14, 16, 18, 19]
17+
node-version: [14, 16, 18, 20]
1818
steps:
1919
- uses: actions/checkout@v3
2020
- name: Use Node.js ${{ matrix.node-version }}

simple-git/test/unit/log.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ describe('log', () => {
5555
'--follow',
5656
'--fixed-strings',
5757
'--',
58-
'file2',
59-
'index.js'
58+
'index.js',
59+
'file2'
6060
);
6161
});
6262

0 commit comments

Comments
 (0)