diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 7a0c63d..a3803a5 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -10,8 +10,8 @@ jobs: strategy: matrix: - os: [macos-latest, ubuntu-latest] - node: [21, 22] + os: [windows-latest] + node: [22] steps: - name: Checkout code