Skip to content

Commit 73a675d

Browse files
committed
feature: putout: actions: set node version to v25.6.1 (bcoe/c8#581)
1 parent c148945 commit 73a675d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/nodejs-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
node-version:
1212
- 22.x
1313
- 24.x
14-
- 25.x
14+
- 25.6.1
1515
steps:
1616
- uses: actions/checkout@v5
1717
- uses: oven-sh/setup-bun@v2

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
node-version:
1313
- 22.x
1414
- 24.x
15-
- 25.x
15+
- 25.6.1
1616
steps:
1717
- uses: actions/checkout@v5
1818
- uses: oven-sh/setup-bun@v2

packages/putout/putout.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"versions": [
9999
"22.x",
100100
"24.x",
101-
"25.x"
101+
"25.6.1"
102102
]
103103
}],
104104
"remove-useless-escape": "off"

packages/putout/test/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ test('putout: config: .github/**/*.yml', (t) => {
241241
versions: [
242242
'22.x',
243243
'24.x',
244-
'25.x',
244+
'25.6.1',
245245
],
246246
}],
247247
'remove-useless-escape': 'off',

0 commit comments

Comments
 (0)