Skip to content

Commit dc0a7ef

Browse files
committed
feature: putout: github: set-node-versions: v25 (https://nodejs.org/en/blog/release/v25.0.0)
1 parent b0d89c8 commit dc0a7ef

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/putout/putout.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@
8888
"versions": [
8989
"20.x",
9090
"22.x",
91-
"24.x"
91+
"24.x",
92+
"25.x"
9293
]
9394
}],
9495
"remove-useless-escape": "off"

packages/putout/test/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ test('putout: config: .github/**/*.yml', (t) => {
234234
'20.x',
235235
'22.x',
236236
'24.x',
237+
'25.x',
237238
],
238239
}],
239240
'remove-useless-escape': 'off',

0 commit comments

Comments
 (0)