Skip to content

Commit 2c88a7e

Browse files
authored
Merge pull request #1132 from JckXia/test-wfl-run
Revert `windows-latest` to use `windows-2019` before the issue gets resolved by node-gyp
2 parents cee899a + d3a5ed3 commit 2c88a7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
node-version: [10.x, 12.x, 14.x, 15.x, 16.x]
1111
os:
12-
- windows-latest
12+
- windows-2019
1313
- windows-2016
1414
runs-on: ${{ matrix.os }}
1515
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ git branch -u origin/main main
1010
```
1111

1212
# **node-addon-api module**
13-
This module contains **header-only C++ wrapper classes** which simplify
13+
This module contains **header-only C++ wrapper classes** which simplify
1414
the use of the C based [Node-API](https://nodejs.org/dist/latest/docs/api/n-api.html)
1515
provided by Node.js when using C++. It provides a C++ object model
1616
and exception handling semantics with low overhead.

0 commit comments

Comments
 (0)