File tree Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 5050 persist-credentials : false
5151
5252 - name : Install Node.js
53- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
53+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
5454 with :
5555 node-version : ${{ env.NODE_VERSION }}
5656
Original file line number Diff line number Diff line change 2323 persist-credentials : false
2424 - run : git reset HEAD^2
2525 - name : Install Node.js
26- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
26+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
2727 with :
2828 node-version : ${{ env.NODE_VERSION }}
2929 - name : Validate commit message
Original file line number Diff line number Diff line change 7171
7272 # Install dependencies
7373 - name : Install Node.js
74- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
74+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
7575 with :
7676 node-version : ${{ env.NODE_VERSION }}
7777 - name : Install @node-core/utils
Original file line number Diff line number Diff line change 4545 run : echo "NIGHTLY=$(curl -s https://nodejs.org/download/nightly/index.json | jq -r '[.[] | select(.files[] | contains("linux-x64"))][0].version')" >> $GITHUB_ENV
4646 - name : Install Node.js
4747 id : setup-node
48- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
48+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
4949 with :
5050 node-version : ${{ env.NIGHTLY || matrix.node-version }}
5151 check-latest : true
Original file line number Diff line number Diff line change 1919 with :
2020 persist-credentials : false
2121 - name : Use Node.js ${{ env.NODE_VERSION }}
22- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
22+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
2323 with :
2424 node-version : ${{ env.NODE_VERSION }}
2525 - name : Environment Information
Original file line number Diff line number Diff line change 2828 with :
2929 persist-credentials : false
3030 - name : Use Node.js ${{ env.NODE_VERSION }}
31- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
31+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
3232 with :
3333 node-version : ${{ env.NODE_VERSION }}
3434 - name : Environment Information
Original file line number Diff line number Diff line change 2525 persist-credentials : false
2626
2727 - name : Use Node.js ${{ env.NODE_VERSION }}
28- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
28+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
2929 with :
3030 node-version : ${{ env.NODE_VERSION }}
3131
Original file line number Diff line number Diff line change 3434 repository : nodejs/TSC
3535
3636 - name : Use Node.js ${{ env.NODE_VERSION }}
37- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
37+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
3838 with :
3939 node-version : ${{ env.NODE_VERSION }}
4040
Original file line number Diff line number Diff line change 2929 with :
3030 persist-credentials : false
3131 - name : Use Node.js ${{ env.NODE_VERSION }}
32- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
32+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
3333 with :
3434 node-version : ${{ env.NODE_VERSION }}
3535 - name : Environment Information
6060 fetch-depth : 0
6161 persist-credentials : false
6262 - name : Use Node.js ${{ env.NODE_VERSION }}
63- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
63+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
6464 with :
6565 node-version : ${{ env.NODE_VERSION }}
6666 - name : Set up Python ${{ env.PYTHON_VERSION }}
9797 with :
9898 persist-credentials : false
9999 - name : Use Node.js ${{ env.NODE_VERSION }}
100- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
100+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
101101 with :
102102 node-version : ${{ env.NODE_VERSION }}
103103 - name : Environment Information
Original file line number Diff line number Diff line change 3030 ~/.npm
3131 key : ${{ runner.os }}-build-${{ env.cache-name }}
3232 - name : Install Node.js
33- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
33+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
3434 with :
3535 node-version : ${{ env.NODE_VERSION }}
3636 - name : Install @node-core/utils
You can’t perform that action at this time.
0 commit comments