File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v5
1717
1818 - name : Setup Node.js environment
19- uses : actions/setup-node@v5
19+ uses : actions/setup-node@v6
2020 with :
2121 node-version : ' 22'
2222 cache : ' npm'
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v5
1212 with :
1313 fetch-depth : 0
14- - uses : actions/setup-node@v5
14+ - uses : actions/setup-node@v6
1515 with :
1616 node-version : ' 22'
1717 check-latest : true
Original file line number Diff line number Diff line change 2323 with :
2424 fetch-depth : 0
2525 if : ${{ !steps.release-check.outputs.IS_RELEASE }}
26- - uses : actions/setup-node@v5
26+ - uses : actions/setup-node@v6
2727 with :
2828 node-version : 22
2929 if : ${{ !steps.release-check.outputs.IS_RELEASE }}
7777 fetch-depth : 0
7878 if : ${{ !steps.release-check.outputs.IS_RELEASE }}
7979 - name : Node.js ${{ matrix.node-version }}
80- uses : actions/setup-node@v5
80+ uses : actions/setup-node@v6
8181 with :
8282 node-version : ${{ matrix.node-version }}
8383 cache : ' npm'
@@ -162,7 +162,7 @@ jobs:
162162 deno-version : v2.2.4
163163 if : ${{ !steps.release-check.outputs.IS_RELEASE }}
164164 - name : Node.js ${{ matrix.node-version }}
165- uses : actions/setup-node@v5
165+ uses : actions/setup-node@v6
166166 with :
167167 node-version : ${{ matrix.node-version }}
168168 cache : ' npm'
You can’t perform that action at this time.
0 commit comments