Skip to content

Commit 1c5c728

Browse files
committed
ci: only test for Yan on old versions
1 parent 6027bae commit 1c5c728

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,5 @@ jobs:
9494
run: docker run --rm node:${{ matrix.version }}-${{ matrix.variant }} npm --version
9595

9696
- name: Test for yarn
97+
if: startsWith(matrix.version, '22') || startsWith(matrix.version, '24') || startsWith(matrix.version, '25')
9798
run: docker run --rm node:${{ matrix.version }}-${{ matrix.variant }} yarn --version

0 commit comments

Comments
 (0)