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 .x
29+ node-version : 20 .x
3030 cache : npm
3131
3232 - name : Install dependencies
Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v4
1818 - uses : actions/setup-node@v4
1919 with :
20- node-version : 18
20+ node-version : 20
2121 cache : npm
2222 - name : Install dependencies
2323 run : npm ci --ignore-scripts
3030 - uses : actions/checkout@v4
3131 - uses : actions/setup-node@v4
3232 with :
33- node-version : 18
33+ node-version : 20
3434 cache : npm
3535 - name : Install dependencies
3636 run : npm ci --ignore-scripts
Original file line number Diff line number Diff line change @@ -62,5 +62,5 @@ inputs:
6262 required : false
6363 default : 120
6464runs :
65- using : ' node16 '
65+ using : ' node20 '
6666 main : ' dist/index.js'
You can’t perform that action at this time.
0 commit comments