Skip to content

Commit

Permalink
Merge pull request #1132 from JckXia/test-wfl-run
Browse files Browse the repository at this point in the history
Revert `windows-latest` to use `windows-2019` before the issue gets resolved by node-gyp
  • Loading branch information
JckXia committed Feb 17, 2022
2 parents cee899a + d3a5ed3 commit 2c88a7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-win.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x, 16.x]
os:
- windows-latest
- windows-2019
- windows-2016
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ git branch -u origin/main main
```

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

0 comments on commit 2c88a7e

Please sign in to comment.