From 1593ef46eec8231862fe2543f55262dd7fe28ff0 Mon Sep 17 00:00:00 2001 From: JckXia Date: Thu, 17 Feb 2022 15:51:59 -0500 Subject: [PATCH 1/3] Testing CI run --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From 91879b4082f0c2b9c34c5c1f7ad72b5d6115cb92 Mon Sep 17 00:00:00 2001 From: JckXia Date: Thu, 17 Feb 2022 16:08:05 -0500 Subject: [PATCH 2/3] remove window-latest to debug --- .github/workflows/ci-win.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci-win.yml b/.github/workflows/ci-win.yml index 4d8315c9b..dd37015fb 100644 --- a/.github/workflows/ci-win.yml +++ b/.github/workflows/ci-win.yml @@ -9,7 +9,6 @@ jobs: matrix: node-version: [10.x, 12.x, 14.x, 15.x, 16.x] os: - - windows-latest - windows-2016 runs-on: ${{ matrix.os }} steps: From d3a5ed386989e505d8e999f69c62a0491cd654ee Mon Sep 17 00:00:00 2001 From: JckXia Date: Thu, 17 Feb 2022 16:27:39 -0500 Subject: [PATCH 3/3] Revert window CI to running on 2019 --- .github/workflows/ci-win.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-win.yml b/.github/workflows/ci-win.yml index dd37015fb..c72787539 100644 --- a/.github/workflows/ci-win.yml +++ b/.github/workflows/ci-win.yml @@ -9,6 +9,7 @@ jobs: matrix: node-version: [10.x, 12.x, 14.x, 15.x, 16.x] os: + - windows-2019 - windows-2016 runs-on: ${{ matrix.os }} steps: