File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 steps :
2424 - uses : actions/checkout@v4
2525
26- - name : Set Node.js 18 .x
26+ - name : Set Node.js 20 .x
2727 uses : actions/setup-node@v4
2828 with :
29- node-version : ' 18.16.0 '
29+ node-version : ' 20.11 '
3030 cache : ' yarn'
3131
3232 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 steps :
1414 - uses : actions/checkout@v4
1515
16- - name : Set Node.js 18 .x
16+ - name : Set Node.js 20 .x
1717 uses : actions/setup-node@v4
1818 with :
19- node-version : ' 18.16.0 '
19+ node-version : ' 20.11 '
2020 cache : ' yarn'
2121
2222 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -41,5 +41,5 @@ inputs:
4141 required : false
4242
4343runs :
44- using : ' node16 '
44+ using : ' node20 '
4545 main : ' dist/index.js'
You can’t perform that action at this time.
0 commit comments