File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed 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 v18
19
- uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
19
+ uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
20
20
with :
21
21
node-version : 18
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 v18
38
- uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
38
+ uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
39
39
with :
40
40
node-version : 18
41
41
cache : yarn
52
52
- name : Checkout Project
53
53
uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
54
54
- name : Use Node.js v16
55
- uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
55
+ uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
56
56
with :
57
57
node-version : 18
58
58
cache : yarn
You can’t perform that action at this time.
0 commit comments