Commit 7f30486 1 parent f4ecdcf commit 7f30486 Copy full SHA for 7f30486
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
- name : Checkout Project
13
13
uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
14
14
- name : Use Node.js v16
15
- uses : actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3
15
+ uses : actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # tag=v3
16
16
with :
17
17
node-version : 16
18
18
cache : yarn
Original file line number Diff line number Diff line change 32
32
- name : Add TypeScript problem matcher
33
33
run : echo "::add-matcher::.github/problemMatchers/tsc.json"
34
34
- name : Use Node.js v16
35
- uses : actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3
35
+ uses : actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # tag=v3
36
36
with :
37
37
node-version : 16
38
38
cache : yarn
Original file line number Diff line number Diff line change 16
16
- name : Add problem matcher
17
17
run : echo "::add-matcher::.github/problemMatchers/eslint.json"
18
18
- name : Use Node.js v16
19
- uses : actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3
19
+ uses : actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # tag=v3
20
20
with :
21
21
node-version : 16
22
22
cache : yarn
35
35
- name : Add problem matcher
36
36
run : echo "::add-matcher::.github/problemMatchers/tsc.json"
37
37
- name : Use Node.js v16
38
- uses : actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3
38
+ uses : actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # tag=v3
39
39
with :
40
40
node-version : 16
41
41
cache : yarn
You can’t perform that action at this time.
0 commit comments