File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed
Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 2727 - uses : actions/setup-node@v4
2828 with :
2929 node-version-file : .nvmrc
30- cache : ' pnpm'
3130
3231 - name : Install dependencies
3332 run : pnpm install --frozen-lockfile
Original file line number Diff line number Diff line change @@ -37,24 +37,17 @@ jobs:
3737 - name : Checkout repository
3838 uses : actions/checkout@v3
3939
40- - name : Set up pnpm
41- uses : pnpm/action-setup@v2
40+ - uses : pnpm/action-setup@v2
4241 with :
4342 version : ${{ env.PNPM_VERSION }}
4443
45- - name : Set up Node.js
46- uses : actions/setup-node@v4
44+ - uses : actions/setup-node@v4
4745 with :
4846 node-version-file : .nvmrc
49- cache : ' pnpm'
5047
51- - name : Install MyCoder globally
52- run : |
53- # Skip tests when installing globally
54- pnpm install -g mycoder --no-frozen-lockfile --ignore-scripts
48+ - run : pnpm install -g mycoder
5549
56- - name : Run MyCoder with prompt
57- env :
50+ - env :
5851 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5952 ANTHROPIC_API_KEY : ${{ secrets.ANTHROPIC_API_KEY }}
6053 run : |
You can’t perform that action at this time.
0 commit comments