Publish npm package with node-addon-api for Windows (#838)

This commit is contained in:
Fangjun Kuang
2024-05-06 16:21:29 +08:00
committed by GitHub
parent e1bb928805
commit 37a4135dd7
15 changed files with 282 additions and 75 deletions

View File

@@ -42,7 +42,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-11, macos-14, ubuntu-20.04, ubuntu-22.04]
os: [macos-11, macos-14, ubuntu-20.04, ubuntu-22.04, windows-latest]
node-version: ["16", "17", "18", "19", "21", "22"]
steps: