File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4343 - name : Setup Node.js
4444 uses : actions/setup-node@v4
4545 with :
46- node-version : 18
46+ node-version : 20
4747 cache : npm
4848 registry-url : https://registry.npmjs.org/
4949
Original file line number Diff line number Diff line change 3232 - name : Setup Node.js
3333 uses : actions/setup-node@v4
3434 with :
35- node-version : 18
35+ node-version : 20
3636 cache : npm
3737
3838 - name : Install dependencies
5858 - name : Setup Node.js
5959 uses : actions/setup-node@v4
6060 with :
61- node-version : 18
61+ node-version : 20
6262 cache : npm
6363
6464 - name : Install dependencies
8888 - name : Setup Node.js
8989 uses : actions/setup-node@v4
9090 with :
91- node-version : 18
91+ node-version : 20
9292 cache : npm
9393
9494 - name : Install dependencies
@@ -113,9 +113,9 @@ jobs:
113113 - macos-latest
114114 - windows-latest
115115 node :
116- - 16
117116 - 18
118117 - 20
118+ - 21
119119
120120 name : E2E Test (Node ${{ matrix.node }} on ${{ matrix.os }})
121121
You can’t perform that action at this time.
0 commit comments