File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 timeout-minutes : 30
1414 strategy :
1515 matrix :
16- node-version : [ 16 .x, 18 .x, 20 .x ]
16+ node-version : [ 18 .x, 20 .x, 21 .x ]
1717 architecture : [x64, x86]
1818 os :
1919 - windows-2019
Original file line number Diff line number Diff line change 1313 timeout-minutes : 30
1414 strategy :
1515 matrix :
16- node-version : [ 16 .x, 18 .x, 20 .x ]
16+ node-version : [ 18 .x, 20 .x, 21 .x ]
1717 os :
1818 - macos-latest
1919 - ubuntu-latest
Original file line number Diff line number Diff line change 1010 if : github.repository == 'nodejs/node-addon-api'
1111 strategy :
1212 matrix :
13- node-version : [16 .x]
13+ node-version : [20 .x]
1414 os : [ubuntu-latest]
1515
1616 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ This allows addons built with it to run with Node.js versions which support the
8383** However** the node-addon-api support model is to support only the active LTS Node.js versions. This means that
8484every year there will be a new major which drops support for the Node.js LTS version which has gone out of service.
8585
86- The oldest Node.js version supported by the current version of node-addon-api is Node.js 16 .x.
86+ The oldest Node.js version supported by the current version of node-addon-api is Node.js 18 .x.
8787
8888## Setup
8989 - [ Installation and usage] ( doc/setup.md )
You can’t perform that action at this time.
0 commit comments