@@ -16,10 +16,10 @@ jobs:
1616 uses : actions/checkout@v6
1717 with :
1818 persist-credentials : false
19- - name : Use Node.js 18 .x
19+ - name : Use Node.js 22 .x
2020 uses : actions/setup-node@v6
2121 with :
22- node-version : 18 .x
22+ node-version : 22 .x
2323 - name : Prepare Environment
2424 run : |
2525 corepack enable
4141 strategy :
4242 fail-fast : false
4343 matrix :
44- node-version : [14.x, 16.x, 18.x, 20.x, 22.x, 24.x, 26.x]
44+ node-version : [22.x, 24.x, 26.x]
4545
4646 steps :
4747 - name : Git checkout
6767 uses : codecov/codecov-action@v6
6868 env :
6969 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
70- if : matrix.node-version == '18 .x'
70+ if : matrix.node-version == '22 .x'
7171 - name : Check docs generation
72- if : matrix.node-version == '18 .x'
72+ if : matrix.node-version == '22 .x'
7373 run : |
7474 yarn docs:test
7575 env :
@@ -86,10 +86,10 @@ jobs:
8686 uses : actions/checkout@v6
8787 with :
8888 persist-credentials : false
89- - name : Use Node.js 18 .x
89+ - name : Use Node.js 22 .x
9090 uses : actions/setup-node@v6
9191 with :
92- node-version : 18 .x
92+ node-version : 22 .x
9393 - name : Prepare Environment
9494 run : |
9595 corepack enable
@@ -117,10 +117,10 @@ jobs:
117117 uses : actions/checkout@v6
118118 with :
119119 persist-credentials : false
120- - name : Use Node.js 18 .x
120+ - name : Use Node.js 22 .x
121121 uses : actions/setup-node@v6
122122 with :
123- node-version : 18 .x
123+ node-version : 22 .x
124124 - name : Prepare Environment
125125 run : |
126126 corepack enable
0 commit comments