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 5050persist-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
5454with :
5555node-version : ${{env.NODE_VERSION }}
5656
Original file line number Diff line number Diff line change 2323persist-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
2727with :
2828node-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
7575with :
7676node-version : ${{env.NODE_VERSION }}
7777 - name : Install @node-core/utils
Original file line number Diff line number Diff line change 4545run : 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
4747id : setup-node
48- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
48+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
4949with :
5050node-version : ${{env.NIGHTLY || matrix.node-version }}
5151check-latest : true
Original file line number Diff line number Diff line change 1919with :
2020persist-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
2323with :
2424node-version : ${{env.NODE_VERSION }}
2525 - name : Environment Information
Original file line number Diff line number Diff line change 2828with :
2929persist-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
3232with :
3333node-version : ${{env.NODE_VERSION }}
3434 - name : Environment Information
Original file line number Diff line number Diff line change 2525persist-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
2929with :
3030node-version : ${{env.NODE_VERSION }}
3131
Original file line number Diff line number Diff line change 3434repository : 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
3838with :
3939node-version : ${{env.NODE_VERSION }}
4040
Original file line number Diff line number Diff line change 2929with :
3030persist-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
3333with :
3434node-version : ${{env.NODE_VERSION }}
3535 - name : Environment Information
6060fetch-depth : 0
6161persist-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
6464with :
6565node-version : ${{env.NODE_VERSION }}
6666 - name : Set up Python ${{env.PYTHON_VERSION }}
9797with :
9898persist-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
101101with :
102102node-version : ${{env.NODE_VERSION }}
103103 - name : Environment Information
Original file line number Diff line number Diff line change 3030 ~/.npm
3131key : ${{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
3434with :
3535node-version : ${{env.NODE_VERSION }}
3636 - name : Install @node-core/utils
You can’t perform that action at this time.
0 commit comments