diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 205f88c..3b0e817 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -30,4 +30,6 @@ jobs: name: 포매팅 run: npx prettier --check . - - run: npm test + # windows + node v20.9.0에서 glob이 제대로 동작하지 않음 + - if: ${{ !( startsWith( matrix.os, 'windows' ) && matrix.node == '20.9.0' ) }} + run: npm test