Skip to content

Commit 21282c3

Browse files
committed
ci: only test for Yan on old versions
1 parent e4aecc4 commit 21282c3

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: matrix.version.startsWith("22") || matrix.version.startsWith("24") || matrix.version.startsWith("25")
9798
run: docker run --rm node:${{ matrix.version }}-${{ matrix.variant }} yarn --version

0 commit comments

Comments
 (0)