File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: 'Setup repo and install dependencies'
33
44runs :
55 using : ' composite'
6- steps :
6+ steps :
77 - name : Setup pnpm
88 uses : pnpm/action-setup@v4
99
1313 node-version-file : ' .nvmrc'
1414 cache : ' pnpm'
1515
16+ - name : Update npm
17+ shell : bash
18+ run :
npm install -g [email protected] 19+
1620 - name : Install Dependencies
1721 shell : bash
1822 run : pnpm install --frozen-lockfile
Original file line number Diff line number Diff line change 2121 - name : Setup
2222 uses : ./.github/actions/setup
2323
24- - name : Configure NPM Auth Token
25- run : echo "//registry.npmjs.org/:_authToken=${{ secrets.NODE_AUTH_TOKEN }}" >> ~/.npmrc
26-
2724 - name : Create Release Pull Request
2825 uses : changesets/action@v1
2926 with :
You can’t perform that action at this time.
0 commit comments