File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 run : env
1313 - name : Event data
1414 run : cat $GITHUB_EVENT_PATH
15+ - name : Check
16+ env :
17+ TOKEN : ${{ secrets.GITHUB_TOKEN }}
18+ run : |
19+ which node
20+ node --version
21+ echo "RUNNER_TOOL_CACHE=$RUNNER_TOOL_CACHE"
22+ ls "$RUNNER_TOOL_CACHE/node"
23+ curl https://api.github.com/rate_limit -u "token:$TOKEN"
24+ - uses : actions/setup-node@v3
25+ with :
26+ node-version : ^16.13.2
27+ - name : Check
28+ env :
29+ TOKEN : ${{ secrets.GITHUB_TOKEN }}
30+ run : |
31+ which node
32+ node --version
33+ echo "RUNNER_TOOL_CACHE=$RUNNER_TOOL_CACHE"
34+ ls "$RUNNER_TOOL_CACHE/node"
35+ curl https://api.github.com/rate_limit -u "token:$TOKEN"
36+ - uses : actions/setup-node@v3
37+ with :
38+ node-version : 16.13.2
39+ - name : Check
40+ env :
41+ TOKEN : ${{ secrets.GITHUB_TOKEN }}
42+ run : |
43+ which node
44+ node --version
45+ echo "RUNNER_TOOL_CACHE=$RUNNER_TOOL_CACHE"
46+ ls "$RUNNER_TOOL_CACHE/node"
47+ curl https://api.github.com/rate_limit -u "token:$TOKEN"
You can’t perform that action at this time.
0 commit comments