File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v4
16- - name : Use Node.js 20 .x
16+ - name : Use Node.js 22 .x
1717 uses : actions/setup-node@v4
1818 with :
19- node-version : 20 .x
19+ node-version : 22 .x
2020 cache : " npm"
2121 - name : Install Dependencies
2222 run : npm ci
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 : [20.x, 22.x, 24.x]
22+ node-version : [22.x, 24.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 20
79+ - name : Use Node.js 22
8080 uses : actions/setup-node@v1
8181 with :
82- node-version : 20
82+ node-version : 22
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 v20
95+ - name : install node v22
9696 uses : actions/setup-node@v1
9797 with :
98- node-version : 20
98+ node-version : 22
9999 - name : verify packages version consistency accross sub-modules
100100 run : npm run check:versions
101101
You can’t perform that action at this time.
0 commit comments