File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
22
22
server-id : github # Value of the distributionManagement/repository/id field of the pom.xml
23
23
settings-path : ${{ github.workspace }} # location for the settings.xml file
24
24
25
- - name : Use Node.js 16 .x
25
+ - name : Use Node.js 20 .x
26
26
uses : actions/setup-node@v1
27
27
with :
28
- node-version : 16 .x
28
+ node-version : 20 .x
29
29
30
30
- name : npm ci
31
31
run : |
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
23
23
server-id : github # Value of the distributionManagement/repository/id field of the pom.xml
24
24
settings-path : ${{ github.workspace }} # location for the settings.xml file
25
25
26
- - name : Use Node.js 16 .x
26
+ - name : Use Node.js 20 .x
27
27
uses : actions/setup-node@v1
28
28
with :
29
- node-version : 16 .x
29
+ node-version : 20 .x
30
30
31
31
- name : npm ci
32
32
run : |
You can’t perform that action at this time.
0 commit comments