diff --git a/.github/workflows/ci-win.yml b/.github/workflows/ci-win.yml index 4d8315c9b..c72787539 100644 --- a/.github/workflows/ci-win.yml +++ b/.github/workflows/ci-win.yml @@ -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: diff --git a/README.md b/README.md index db7cb7ff4..fd8a88c90 100644 --- a/README.md +++ b/README.md @@ -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.