diff --git a/.github/workflows/ci-win.yml b/.github/workflows/ci-win.yml index 9cf332b4d..8338ddf48 100644 --- a/.github/workflows/ci-win.yml +++ b/.github/workflows/ci-win.yml @@ -14,6 +14,9 @@ jobs: strategy: fail-fast: false matrix: + api_version: + - standard + - experimental node-version: - 18.x - 20.x @@ -42,6 +45,10 @@ jobs: run: | npm install - name: npm test + shell: bash run: | + if [ "${{ matrix.api_version }}" = "experimental" ]; then + export NAPI_VERSION=2147483647 + fi npm run pretest -- --verbose node test