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 51
51
persist-credentials : false
52
52
53
53
- name : Install Node.js
54
- uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6 .0
54
+ uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7 .0
55
55
with :
56
56
node-version : ${{ env.NODE_VERSION }}
57
57
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@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6 .0
26
+ uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7 .0
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@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6 .0
74
+ uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7 .0
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@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6 .0
48
+ uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7 .0
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 21
21
with :
22
22
persist-credentials : false
23
23
- name : Use Node.js ${{ env.NODE_VERSION }}
24
- uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6 .0
24
+ uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7 .0
25
25
with :
26
26
node-version : ${{ env.NODE_VERSION }}
27
27
- 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@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6 .0
31
+ uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7 .0
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@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6 .0
28
+ uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7 .0
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@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6 .0
37
+ uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7 .0
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@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6 .0
32
+ uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7 .0
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@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6 .0
63
+ uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7 .0
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@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6 .0
100
+ uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7 .0
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@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6 .0
33
+ uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7 .0
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