File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ export type ScalewayNodeProviderRuntimeMatcher<Versions extends number> = {
231
231
[ Version in Versions as `node${Version } `] : `node${Version } `;
232
232
} ;
233
233
234
- export type AwsNodeMatcher = AwsNodeProviderRuntimeMatcher < 12 | 14 | 16 | 18 | 20 > ;
234
+ export type AwsNodeMatcher = AwsNodeProviderRuntimeMatcher < 12 | 14 | 16 | 18 | 20 | 22 > ;
235
235
236
236
export type AzureNodeMatcher = AzureNodeProviderRuntimeMatcher < 12 | 14 | 16 | 18 > ;
237
237
@@ -252,6 +252,7 @@ export type ScalewayNodeMatcherKey = keyof ScalewayNodeMatcher;
252
252
export type NodeMatcherKey = AwsNodeMatcherKey | AzureNodeMatcherKey | GoogleNodeMatcherKey | ScalewayNodeMatcherKey ;
253
253
254
254
const awsNodeMatcher : AwsNodeMatcher = {
255
+ 'nodejs22.x' : 'node22' ,
255
256
'nodejs20.x' : 'node20' ,
256
257
'nodejs18.x' : 'node18' ,
257
258
'nodejs16.x' : 'node16' ,
You can’t perform that action at this time.
0 commit comments