File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed
Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 3232 shell : bash
3333 run : |
3434 echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
35- env :
36- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3735
3836 - name : Setup pnpm cache
3937 uses : actions/cache@v4
4543
4644 - name : Install dependencies
4745 run : pnpm install --frozen-lockfile
48- env :
49- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5046
5147 - name : Lint code
5248 run : pnpm lint
Original file line number Diff line number Diff line change @@ -23,15 +23,14 @@ jobs:
2323 name : Setup Development Environment for Copilot
2424 runs-on : ubuntu-latest
2525 steps :
26- # Checkout full repo for git history.
2726 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28- with :
29- persist-credentials : false
3027
3128 - name : Setup Node.js
3229 uses : actions/setup-node@v4
3330 with :
34- node-version : ' 20'
31+ node-version : ' lts/*'
32+ env :
33+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3534
3635 - name : Setup pnpm
3736 uses : pnpm/action-setup@v4
4342 run : pnpm lint
4443
4544 - name : Build project
46- run : pnpm build
45+ run : pnpm build
You can’t perform that action at this time.
0 commit comments