Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/ci-win.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -14,6 +14,9 @@ jobs:
strategy:
fail-fast: false
matrix:
api_version:
- standard
- experimental
node-version:
- 18.x
- 20.x
Expand DownExpand Up@@ -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