Skip to content

Commit 465424b

Browse files
committed
feature: putout: drop support of node < 20
1 parent 87b73ce commit 465424b

File tree

5 files changed

+1
-5
lines changed

5 files changed

+1
-5
lines changed

.github/workflows/nodejs-pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
strategy:
1010
matrix:
1111
node-version:
12-
- 18.x
1312
- 20.x
1413
- 22.x
1514
- 23.x

.github/workflows/nodejs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
strategy:
1111
matrix:
1212
node-version:
13-
- 18.x
1413
- 20.x
1514
- 22.x
1615
- 23.x

packages/putout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
},
247247
"license": "MIT",
248248
"engines": {
249-
"node": ">=18"
249+
"node": ">=20"
250250
},
251251
"publishConfig": {
252252
"access": "public"

packages/putout/putout.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
"github": "on",
8383
"github/set-node-versions": ["on", {
8484
"versions": [
85-
"18.x",
8685
"20.x",
8786
"22.x",
8887
"23.x"

packages/putout/test/config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ test('putout: config: .github/**/*.yml', (t) => {
227227
'github': 'on',
228228
'github/set-node-versions': ['on', {
229229
versions: [
230-
'18.x',
231230
'20.x',
232231
'22.x',
233232
'23.x',

0 commit comments

Comments
 (0)