File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
7373Platforms specific prerequisites:
You can’t perform that action at this time.
0 commit comments