File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
timeout-minutes : 30
14
14
strategy :
15
15
matrix :
16
- node-version : [ 16 .x, 18 .x, 20 .x ]
16
+ node-version : [ 18 .x, 20 .x, 21 .x ]
17
17
architecture : [x64, x86]
18
18
os :
19
19
- windows-2019
Original file line number Diff line number Diff line change 13
13
timeout-minutes : 30
14
14
strategy :
15
15
matrix :
16
- node-version : [ 16 .x, 18 .x, 20 .x ]
16
+ node-version : [ 18 .x, 20 .x, 21 .x ]
17
17
os :
18
18
- macos-latest
19
19
- ubuntu-latest
Original file line number Diff line number Diff line change 10
10
if : github.repository == 'nodejs/node-addon-api'
11
11
strategy :
12
12
matrix :
13
- node-version : [16 .x]
13
+ node-version : [20 .x]
14
14
os : [ubuntu-latest]
15
15
16
16
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
83
83
** However** the node-addon-api support model is to support only the active LTS Node.js versions. This means that
84
84
every year there will be a new major which drops support for the Node.js LTS version which has gone out of service.
85
85
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.
87
87
88
88
## Setup
89
89
- [ Installation and usage] ( doc/setup.md )
You can’t perform that action at this time.
0 commit comments