feat: run npm cli tests on macos and windows

This commit is contained in:
Anoop M D 2024-12-06 19:23:56 +05:30 committed by GitHub
parent 1e45725ba1
commit 36021b5b38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,10 @@ permissions:
jobs:
test:
name: CLI Tests
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3