Skip to content

Commit 61501f3

Browse files
committed
2 parents cb3d9c7 + df07e03 commit 61501f3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test-and-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
exclude:
1414
- { os: ubuntu-latest, arch: x86 }
1515
- { os: macos-latest, arch: x86 }
16+
- { os: windows-latest, arch: x86, node: 24 }
1617
runs-on: ${{ matrix.os }}
1718
name: ${{ matrix.os }} / Node ${{ matrix.node }} ${{ matrix.arch }}
1819
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"license": "MIT",
2424
"readmeFilename": "README.md",
2525
"dependencies": {
26-
"nan": "^2.22.0",
26+
"nan": "^2.23.0",
2727
"bindings": "^1.5.0",
2828
"prebuild-install": "^7.1.2"
2929
},

0 commit comments

Comments
 (0)