Skip to content

Commit

Permalink
ci: install pnpm first
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Feb 20, 2024
1 parent 1cb3125 commit 4ff7159
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Expand Up @@ -19,16 +19,16 @@ jobs:
with:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v3

- name: Set node version to 20
uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org/
cache: pnpm

- name: Install pnpm
uses: pnpm/action-setup@v3

- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
env:
Expand Down

0 comments on commit 4ff7159

Please sign in to comment.