Skip to content

Commit 5cc3037

Browse files
committed
fix: update test pipeline
1 parent 4e9fa06 commit 5cc3037

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ jobs:
3535
run: npm install --only=prod
3636

3737
- name: Run unit tests
38-
if: ${{ matrix.node-version >= 18 }}
38+
if: ${{ matrix.node-version >= 20 }}
3939
run: npm test
4040

41-
- name: Run unit tests (node < 18)
42-
if: ${{ matrix.node-version < 18 }}
41+
- name: Run unit tests (node < 20)
42+
if: ${{ matrix.node-version < 20 }}
4343
run: node scripts/legacy-test-runner.js
4444

4545
- name: Run unit tests (compilers)
46-
if: ${{ matrix.node-version >= 18 }}
46+
if: ${{ matrix.node-version >= 20 }}
4747
run: npm install typescript coffee-script --no-save && npm run test:compilers
4848

0 commit comments

Comments
 (0)