diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 06ad1a1..9a4cb4d 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -23,7 +23,7 @@ jobs: fail-fast: false matrix: node-version: [16] - os: [ubuntu-latest] + os: [ubuntu-latest, windows-latest, macos-latest] steps: - name: Checkout Git Source @@ -35,7 +35,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install Dependencies - run: npm i -g npminstall@5 && npminstall + run: npm i - name: Continuous Integration run: npm run ci