diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 2e17678..6b435a3 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -10,8 +10,8 @@ jobs: strategy: matrix: node_version: [9, 10, 11, 12, 13] - os: [ubuntu-latest, macOS-latest] - # os: [ubuntu-latest, windows-latest, macOS-latest] + # os: [ubuntu-latest, macOS-latest] + os: [ubuntu-latest, windows-latest, macOS-latest] steps: - uses: actions/checkout@v1