Skip to content

Commit

Permalink
feat: update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
atourneriePresta committed Aug 1, 2024
1 parent 630deff commit 7a9cd2a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8.x.x
version: 9.x.x

- name: Setup node env 🏗
uses: actions/setup-node@v3
with:
node-version: lts/hydrogen
registry-url: https://registry.npmjs.org/
node-version: ${{ matrix.node-version }}
cache: "pnpm"
registry-url: 'https://registry.npmjs.org'
scope: '@prestashopcorp'

- name: Install dependencies 👨🏻‍💻
run: pnpm i --frozen-lockfile
Expand Down

0 comments on commit 7a9cd2a

Please sign in to comment.