Skip to content

Commit

Permalink
ci: returned back pnpm install step
Browse files Browse the repository at this point in the history
  • Loading branch information
akopachov committed Feb 22, 2024
1 parent 11614c1 commit c1f06f3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/create-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,18 @@ jobs:
uses: actions/setup-node@v4.0.2
with:
node-version-file: ./.nvmrc

- name: Install pnpm
run: |
corepack enable
corepack prepare pnpm@latest --activate

- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: latest
run_install: false

- name: Install dependencies
run: |
pnpm config set node-linker hoisted --location project
pnpm install
- name: Build
run: |
pnpm build
Expand Down

0 comments on commit c1f06f3

Please sign in to comment.