Skip to content

Commit c6a822b

Browse files
authored
ci: Pin Node 22 to 22.4.1 (#2375)
1 parent 3723368 commit c6a822b

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/benchmark-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
node-version: [16.x, 18.x, 20.x, 22.x]
19+
node-version: [16.x, 18.x, 20.x, 22.4.1]
2020

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

.github/workflows/ci-workflow.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
strategy:
9999
fail-fast: false
100100
matrix:
101-
node-version: [16.x, 18.x, 20.x, 22.x]
101+
node-version: [16.x, 18.x, 20.x, 22.4.1]
102102

103103
steps:
104104
- uses: actions/checkout@v4
@@ -130,7 +130,7 @@ jobs:
130130
strategy:
131131
fail-fast: false
132132
matrix:
133-
node-version: [16.x, 18.x, 20.x, 22.x]
133+
node-version: [16.x, 18.x, 20.x, 22.4.1]
134134

135135
steps:
136136
- uses: actions/checkout@v4
@@ -166,7 +166,7 @@ jobs:
166166
strategy:
167167
fail-fast: false
168168
matrix:
169-
node-version: [16.x, 18.x, 20.x, 22.x]
169+
node-version: [16.x, 18.x, 20.x, 22.4.1]
170170

171171
steps:
172172
- uses: actions/checkout@v4
@@ -217,7 +217,7 @@ jobs:
217217
strategy:
218218
fail-fast: false
219219
matrix:
220-
node-version: [16.x, 18.x, 20.x, 22.x]
220+
node-version: [16.x, 18.x, 20.x, 22.4.1]
221221

222222
steps:
223223
- uses: actions/checkout@v4
@@ -240,7 +240,7 @@ jobs:
240240

241241
strategy:
242242
matrix:
243-
node-version: [16.x, 18.x, 20.x, 22.x]
243+
node-version: [16.x, 18.x, 20.x, 22.4.1]
244244

245245
steps:
246246
- uses: actions/checkout@v4

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

Lines changed: 1 addition & 1 deletion
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, 22.x]
19+
node-version: [16.x, 18.x, 20.x, 22.4.1]
2020

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

.github/workflows/versioned-coverage.yml

Lines changed: 1 addition & 1 deletion
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, 22.x]
21+
node-version: [16.x, 18.x, 20.x, 22.4.1]
2222

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

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

Lines changed: 1 addition & 1 deletion
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, 22.x]
66+
node-version: [16.x, 18.x, 20.x, 22.4.1]
6767

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

0 commit comments

Comments
 (0)