|
14 | 14 | YARN_VERSION: ${{ steps.yarn-version.outputs.YARN_VERSION }}
|
15 | 15 | strategy:
|
16 | 16 | matrix:
|
17 |
| - node-version: [14.x, 16.x, 18.x, 19.x] |
| 17 | + node-version: [16.x, 18.x, 20.x] |
18 | 18 | steps:
|
19 | 19 | - uses: actions/checkout@v3
|
20 | 20 | - name: Use Node.js ${{ matrix.node-version }}
|
|
41 | 41 | - prepare
|
42 | 42 | strategy:
|
43 | 43 | matrix:
|
44 |
| - node-version: [14.x, 16.x, 18.x, 19.x] |
| 44 | + node-version: [16.x, 18.x, 20.x] |
45 | 45 | steps:
|
46 | 46 | - uses: actions/checkout@v3
|
47 | 47 | - name: Use Node.js ${{ matrix.node-version }}
|
|
69 | 69 | - prepare
|
70 | 70 | strategy:
|
71 | 71 | matrix:
|
72 |
| - node-version: [14.x, 16.x, 18.x, 19.x] |
| 72 | + node-version: [16.x, 18.x, 20.x] |
73 | 73 | steps:
|
74 | 74 | - uses: actions/checkout@v3
|
75 | 75 | - name: Use Node.js ${{ matrix.node-version }}
|
@@ -103,7 +103,7 @@ jobs:
|
103 | 103 | - prepare
|
104 | 104 | strategy:
|
105 | 105 | matrix:
|
106 |
| - node-version: [14.x, 16.x, 18.x, 19.x] |
| 106 | + node-version: [16.x, 18.x, 20.x] |
107 | 107 | steps:
|
108 | 108 | - uses: actions/checkout@v3
|
109 | 109 | - name: Use Node.js ${{ matrix.node-version }}
|
|
0 commit comments