File tree 10 files changed +12
-12
lines changed
10 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 50
50
persist-credentials : false
51
51
52
52
- name : Install Node.js
53
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
53
+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
54
54
with :
55
55
node-version : ${{ env.NODE_VERSION }}
56
56
Original file line number Diff line number Diff line change 23
23
persist-credentials : false
24
24
- run : git reset HEAD^2
25
25
- name : Install Node.js
26
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
26
+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
27
27
with :
28
28
node-version : ${{ env.NODE_VERSION }}
29
29
- name : Validate commit message
Original file line number Diff line number Diff line change 71
71
72
72
# Install dependencies
73
73
- name : Install Node.js
74
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
74
+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
75
75
with :
76
76
node-version : ${{ env.NODE_VERSION }}
77
77
- name : Install @node-core/utils
Original file line number Diff line number Diff line change 45
45
run : echo "NIGHTLY=$(curl -s https://nodejs.org/download/nightly/index.json | jq -r '[.[] | select(.files[] | contains("linux-x64"))][0].version')" >> $GITHUB_ENV
46
46
- name : Install Node.js
47
47
id : setup-node
48
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
48
+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
49
49
with :
50
50
node-version : ${{ env.NIGHTLY || matrix.node-version }}
51
51
check-latest : true
Original file line number Diff line number Diff line change 19
19
with :
20
20
persist-credentials : false
21
21
- 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
23
23
with :
24
24
node-version : ${{ env.NODE_VERSION }}
25
25
- name : Environment Information
Original file line number Diff line number Diff line change 28
28
with :
29
29
persist-credentials : false
30
30
- 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
32
32
with :
33
33
node-version : ${{ env.NODE_VERSION }}
34
34
- name : Environment Information
Original file line number Diff line number Diff line change 25
25
persist-credentials : false
26
26
27
27
- 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
29
29
with :
30
30
node-version : ${{ env.NODE_VERSION }}
31
31
Original file line number Diff line number Diff line change 34
34
repository : nodejs/TSC
35
35
36
36
- 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
38
38
with :
39
39
node-version : ${{ env.NODE_VERSION }}
40
40
Original file line number Diff line number Diff line change 29
29
with :
30
30
persist-credentials : false
31
31
- 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
33
33
with :
34
34
node-version : ${{ env.NODE_VERSION }}
35
35
- name : Environment Information
60
60
fetch-depth : 0
61
61
persist-credentials : false
62
62
- 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
64
64
with :
65
65
node-version : ${{ env.NODE_VERSION }}
66
66
- name : Set up Python ${{ env.PYTHON_VERSION }}
97
97
with :
98
98
persist-credentials : false
99
99
- 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
101
101
with :
102
102
node-version : ${{ env.NODE_VERSION }}
103
103
- name : Environment Information
Original file line number Diff line number Diff line change 30
30
~/.npm
31
31
key : ${{ runner.os }}-build-${{ env.cache-name }}
32
32
- name : Install Node.js
33
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
33
+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
34
34
with :
35
35
node-version : ${{ env.NODE_VERSION }}
36
36
- name : Install @node-core/utils
You can’t perform that action at this time.
0 commit comments