File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535
3636 - uses : actions/setup-node@v4
3737 with :
38- node-version : 16
38+ node-version : 20
3939 cache : ' yarn'
4040 always-auth : true
4141 registry-url : ' https://registry.npmjs.org'
7979 - uses : actions/checkout@v4
8080 - uses : actions/setup-node@v4
8181 with :
82- node-version : 16
82+ node-version : 20
8383 cache : ' yarn'
8484 - run : yarn install --frozen-lockfile
8585
Original file line number Diff line number Diff line change 2020 - uses : actions/checkout@v4
2121 - uses : actions/setup-node@v4
2222 with :
23- node-version : 18
23+ node-version : 20
2424 cache : ' yarn'
2525 - run : yarn install --frozen-lockfile --ignore-scripts
2626
Original file line number Diff line number Diff line change 1919 ref : ${{ inputs.ref }}
2020 - uses : actions/setup-node@v4
2121 with :
22- node-version : 18
22+ node-version : 20
2323 cache : ' yarn'
2424 - run : yarn install --frozen-lockfile --ignore-scripts
2525
You can’t perform that action at this time.
0 commit comments