File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 path : playbooks
5050
5151 - uses : actions/setup-node@v2
52+ with :
53+ node-version : ' 12'
5254
5355 - name : install TS
5456 run : npm install typescript
Original file line number Diff line number Diff line change 4949 path : playbooks
5050
5151 - uses : actions/setup-node@v2-beta
52+ with :
53+ node-version : ' 12'
5254
5355 - name : install TS
5456 run : npm install typescript
Original file line number Diff line number Diff line change 1313 uses : actions/checkout@v2
1414 - name : Install node environment
1515 uses : actions/setup-node@v2-beta
16+ with :
17+ node-version : ' 12'
1618 - name : npm install
1719 run : npm install
1820 - name : Select Changed Files
5557 ref : ${{needs.setup-matrix.outputs.checkout_ref}}
5658 path : playbooks
5759 - uses : actions/setup-node@v2-beta
60+ with :
61+ node-version : ' 12'
5862 - name : install TS
5963 run : npm install typescript
6064 - name : npm install
You can’t perform that action at this time.
0 commit comments