diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index e8f3504..61291c0 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -6,7 +6,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [10, 12, 14] + node-version: [10, 12, 14, 15] os: [ubuntu-latest] # failing on [windows-latest, macOS-latest] steps: - uses: actions/checkout@v1 @@ -15,4 +15,4 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: npm i - - run: npm test + - run: npm run test_napi