File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout repository
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
15+
16+ - name : Setup Node.js
17+ uses : actions/setup-node@v5
18+ with :
19+ node-version : " 24"
1520
1621 - name : Setup Fern CLI
1722 uses : fern-api/setup-fern-cli@v1
Original file line number Diff line number Diff line change 1010 pull-requests : write
1111 steps :
1212 - name : Checkout repository
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 with :
1515 fetch-depth : 0 # Fetch full history for git diff
1616
1919 git fetch origin pull/${{ github.event.pull_request.number }}/head:pr-${{ github.event.pull_request.number }}
2020 git checkout pr-${{ github.event.pull_request.number }}
2121
22+ - name : Setup Node.js
23+ uses : actions/setup-node@v5
24+ with :
25+ node-version : " 24"
26+
2227 - name : Setup Fern CLI
2328 uses : fern-api/setup-fern-cli@v1
2429
Original file line number Diff line number Diff line change 1111 if : ${{ github.event_name == 'push' && contains(github.ref, 'refs/heads/main') && github.run_number > 1 }}
1212 steps :
1313 - name : Checkout repository
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
15+
16+ - name : Setup Node.js
17+ uses : actions/setup-node@v5
18+ with :
19+ node-version : " 24"
1520
1621 - name : Setup Fern CLI
1722 uses : fern-api/setup-fern-cli@v1
You can’t perform that action at this time.
0 commit comments