3131 version : 7
3232 - uses : actions/setup-node@v4
3333 with :
34- node-version : 18
34+ node-version : 22
3535 cache : pnpm
3636 - run : pnpm install --frozen-lockfile
3737 - run : pnpm lint
4444 strategy :
4545 fail-fast : false
4646 matrix :
47- node-version : [16 .x, 14 .x]
47+ node-version : [20 .x, 22.x, 24 .x]
4848 os : [ubuntu-latest, windows-latest]
4949
5050 steps :
7474 strategy :
7575 fail-fast : false
7676 matrix :
77- node-version : [16 .x, 14 .x]
77+ node-version : [20 .x, 22.x, 24 .x]
7878 os : [ubuntu-latest, windows-latest]
7979
8080 steps :
@@ -101,7 +101,7 @@ jobs:
101101 strategy :
102102 fail-fast : false
103103 matrix :
104- node-version : [16 .x, 14 .x]
104+ node-version : [20 .x, 22.x, 24 .x]
105105
106106 steps :
107107 - name : Checkout Code
@@ -149,7 +149,7 @@ jobs:
149149 version : 7
150150 - uses : actions/setup-node@v4
151151 with :
152- node-version : 14
152+ node-version : 22
153153 cache : pnpm
154154 - run : pnpm install --frozen-lockfile
155155 - name : test
@@ -168,7 +168,7 @@ jobs:
168168 version : 7
169169 - uses : actions/setup-node@v4
170170 with :
171- node-version : 16
171+ node-version : 22
172172 cache : pnpm
173173 - run : pnpm install --frozen-lockfile
174174 - id : set-matrix
@@ -192,7 +192,7 @@ jobs:
192192 version : 7
193193 - uses : actions/setup-node@v4
194194 with :
195- node-version : 16
195+ node-version : 22
196196 cache : pnpm
197197 - run : pnpm install --frozen-lockfile
198198 - name : test
0 commit comments