8000 remove node 18 and add node 22 (#131) · fastify/workflows@8dccd9d · GitHub
[go: up one dir, main page]

Skip to content

Commit 8dccd9d

Browse files
authored
remove node 18 and add node 22 (#131)
1 parent 364a4cd commit 8dccd9d

10 files changed

+11
-11
lines changed

.github/workflows/plugins-benchmark-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
node-versions:
3535
description: 'A JSON array that specifies the Node.js versions on which the job should run.'
3636
required: false
37-
default: '["18", "20", "21"]'
37+
default: '["20", "22"]'
3838
type: string
3939

4040
jobs:

.github/workflows/plugins-ci-elasticsearch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
node-versions:
2727
description: 'A JSON array that specifies the Node.js versions on which the job should run.'
2828
required: false
29-
default: '["18", "20", "21"]'
29+
default: '["20", "22"]'
3030
type: string
3131

3232
jobs:

.github/workflows/plugins-ci-kafka.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
node-versions:
2727
description: 'A JSON array that specifies the Node.js versions on which the job should run.'
2828
required: false
29-
default: '["18", "20", "21"]'
29+
default: '["20", "22"]'
3030
type: string
3131

3232
jobs:

.github/workflows/plugins-ci-mongo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
node-versions:
2727
description: 'A JSON array that specifies the Node.js versions on which the job should run.'
2828
required: false
29-
default: '["18", "20", "21"]'
29+
default: '["20", "22"]'
3030
type: string
3131

3232
jobs:

.github/workflows/plugins-ci-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
node-versions:
2727
description: 'A JSON array that specifies the Node.js versions on which the job should run.'
2828
required: false
29-
default: '["18", "20", "21"]'
29+
default: '["20", "22"]'
3030
type: string
3131

3232
jobs:

.github/workflows/plugins-ci-package-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
node-versions:
77
description: 'A JSON array that specifies the Node.js versions on which the job should run.'
88
required: false
9-
default: '["18", "20", "21"]'
9+
default: '["20", "22"]'
1010
type: string
1111

1212
jobs:

.github/workflows/plugins-ci-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
node-versions:
2727
description: 'A JSON array that specifies the Node.js versions on which the job should run.'
2828
required: false
29-
default: '["18", "20", "21"]'
29+
default: '["20", "22"]'
3030
type: string
3131

3232
jobs:

.github/workflows/plugins-ci-redis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
node-versions:
2727
description: 'A JSON array that specifies the Node.js versions on which the job should run.'
2828
required: false
29-
default: '["18", "20", "21"]'
29+
default: '["20", "22"]'
3030
type: string
3131

3232
jobs:

.github/workflows/plugins-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131
node-versions:
3232
description: 'A JSON array that specifies the Node.js versions on which the job should run.'
3333
required: false
34-
default: '["18", "20", "21"]'
34+
default: '["20", "22"]'
3535
type: string
3636

3737
jobs:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
| `license-check` | false | boolean | `false` | Set to `true` to check that a repository's production dependencies use permissive licenses: 0BSD, Apache-2.0, BSD-2-Clause, BSD-3-Clause, MIT, or ISC. |
6969
| `license-check-allowed-additional` | false | string | | Provide a semicolon separated list of SPDX-license identifiers that you want to additionally allow. |
7070
| `lint` | false | boolean | `false` | Set to `true` to run the `lint` script in a repository's `package.json`. |
71-
| `node-versions` | false | string | `'["18", "20", "21"]'` | Provide A JSON array that specifies the Node.js versions on which the job should run. |
71+
| `node-versions` | false | string | `'["20", "22"]'` | Provide A JSON array that specifies the Node.js versions on which the job should run. |
7272

7373
## Benchmark PR workflow
7474

@@ -112,7 +112,7 @@ jobs:
112112
| Input Name | Required | Type | Default | Description |
113113
| ---------------------------------- | ---------- | ------- | ----------- | ---------------------------------------------------------------------------------- |
114114
| `npm-script` | false | string | `benchmark` | Provide the name of the npm script to run |
115-
| `node-versions` | false | string | `'["18", "20", "21"]'` | Provide A JSON array that specifies the Node.js versions on which the job should run. |
115+
| `node-versions` | false | string | `'["20", "22"]'` | Provide A JSON array that specifies the Node.js versions on which the job should run. |
116116

117117

118118
## Acknowledgements

0 commit comments

Comments
 (0)
0