Skip to content

Commit 3b83f79

Browse files
andcltkrk
authored andcommitted
Add Node20 to the test matrix
1 parent d3d0d9b commit 3b83f79

8 files changed

+8
-1
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The NodeJS Runtime Interface Client package currently supports NodeJS versions:
1313
- 14.x
1414
- 16.x
1515
- 18.x
16+
- 20.x
1617

1718
## Usage
1819

Diff for: test/integration/codebuild/buildspec.os.alpine.3.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ batch:
1919
RUNTIME_VERSION:
2020
- "16"
2121
- "18"
22+
- "20"
2223
phases:
2324
pre_build:
2425
commands:

Diff for: test/integration/codebuild/buildspec.os.alpine.4.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ batch:
1818
DISTRO_VERSION:
1919
- "3.18"
2020
RUNTIME_VERSION:
21-
- "18"
21+
- "20"
2222
phases:
2323
pre_build:
2424
commands:

Diff for: test/integration/codebuild/buildspec.os.amazonlinux.2023.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ batch:
1717
- "2023"
1818
RUNTIME_VERSION:
1919
- "18"
20+
- "20"
2021
phases:
2122
pre_build:
2223
commands:

Diff for: test/integration/codebuild/buildspec.os.centos.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ batch:
2020
- "14"
2121
- "16"
2222
- "18"
23+
- "20"
2324
phases:
2425
pre_build:
2526
commands:

Diff for: test/integration/codebuild/buildspec.os.debian.1.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ batch:
2020
- "14"
2121
- "16"
2222
- "18"
23+
- "20"
2324
phases:
2425
pre_build:
2526
commands:

Diff for: test/integration/codebuild/buildspec.os.debian.2.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ batch:
1818
RUNTIME_VERSION:
1919
- "16"
2020
- "18"
21+
- "20"
2122
phases:
2223
pre_build:
2324
commands:

Diff for: test/integration/codebuild/buildspec.os.ubuntu.2.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ batch:
1818
- "22.04"
1919
RUNTIME_VERSION:
2020
- "18"
21+
- "20"
2122
phases:
2223
pre_build:
2324
commands:

0 commit comments

Comments
 (0)