Skip to content

Commit a5536b1

Browse files
authored
Merge pull request #1372 from danielpeintner/node18-end-of-life
chore: Node.js 18 end of life
2 parents 3367ab5 + 7b509d1 commit a5536b1

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [macos-latest, ubuntu-latest, windows-latest]
22-
node-version: [18.x, 20.x, 22.x]
22+
node-version: [20.x, 22.x]
2323

2424
timeout-minutes: 30
2525

@@ -76,10 +76,10 @@ jobs:
7676
- name: Checkout
7777
uses: actions/checkout@v2
7878

79-
- name: Use Node.js 18
79+
- name: Use Node.js 20
8080
uses: actions/setup-node@v1
8181
with:
82-
node-version: 18
82+
node-version: 20
8383

8484
- name: Install
8585
run: npm ci
@@ -92,10 +92,10 @@ jobs:
9292
runs-on: ubuntu-latest
9393
steps:
9494
- uses: actions/checkout@v1
95-
- name: install node v18
95+
- name: install node v20
9696
uses: actions/setup-node@v1
9797
with:
98-
node-version: 18
98+
node-version: 20
9999
- name: verify packages version consistency accross sub-modules
100100
run: npm run check:versions
101101

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ The framework is composed by different packages that users can use as they pleas
6565
#### Node.js
6666

6767
> [!WARNING]
68-
> We no longer actively support Node.js version 16 and lower.
68+
> We no longer actively support Node.js version 18 and lower.
6969
70-
- [Node.js](https://nodejs.org/) version 18+
70+
- [Node.js](https://nodejs.org/) version 20+
7171
- [npm](https://www.npmjs.com/) version 9+
7272

7373
Platforms specific prerequisites:

0 commit comments

Comments
 (0)