File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 ref : ${{ github.event.inputs.git-ref }}
3030 fetch-depth : 5 # because this is an manual trigger, only fetch the latest 5
3131 - name : Use Node.js ${{ matrix.node-version }}
32- uses : actions/setup-node@v3
32+ uses : actions/setup-node@v4
3333 with :
3434 node-version : ${{ matrix.node-version }}
3535 - name : Load MongoDB binary cache
5959 steps :
6060 - uses : actions/checkout@v4
6161 - name : Use Node.js 18
62- uses : actions/setup-node@v3
62+ uses : actions/setup-node@v4
6363 with :
6464 node-version : 18.x
6565 - name : Install node_modules
Original file line number Diff line number Diff line change 2424 steps :
2525 - uses : actions/checkout@v4
2626 - name : Use Node.js 18
27- uses : actions/setup-node@v3
27+ uses : actions/setup-node@v4
2828 with :
2929 node-version : 18.x
3030 - name : Install & Build
You can’t perform that action at this time.
0 commit comments