Skip to content

Commit af00666

Browse files
authored
ci: Added Node 22 to smoke tests and nightly versioned test runs (#2316)
1 parent 917110a commit af00666

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/smoke-test-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [16.x, 18.x, 20.x]
19+
node-version: [16.x, 18.x, 20.x, 22.x]
2020

2121
steps:
2222
- uses: actions/checkout@v4

.github/workflows/versioned-coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
node-version: [16.x, 18.x, 20.x]
21+
node-version: [16.x, 18.x, 20.x, 22.x]
2222

2323
steps:
2424
- uses: actions/checkout@v4

.github/workflows/versioned-security-agent.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
strategy:
6464
fail-fast: false
6565
matrix:
66-
node-version: [16.x, 18.x, 20.x]
66+
node-version: [16.x, 18.x, 20.x, 22.x]
6767

6868
steps:
6969
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)