File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 - name : Setup Node
1414 uses : actions/setup-node@v2
1515 with :
16- node-version : 16 .x
16+ node-version : 20 .x
1717
1818 - name : Install dependencies
1919 run : npm ci
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 steps :
1414 - uses : actions/checkout@v2
1515
16- - name : Use Node.js 16 .x
16+ - name : Use Node.js 20 .x
1717 uses : actions/setup-node@v1
1818 with :
19- node-version : 16 .x
19+ node-version : 20 .x
2020
2121 - name : Cache node modules
2222 uses : actions/cache@v2
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 steps :
1414 - uses : actions/checkout@v2
1515
16- - name : Use Node.js 16 .x
16+ - name : Use Node.js 20 .x
1717 uses : actions/setup-node@v1
1818 with :
19- node-version : 16 .x
19+ node-version : 20 .x
2020
2121 - name : Cache node modules
2222 uses : actions/cache@v2
You can’t perform that action at this time.
0 commit comments