Skip to content

Commit 7a9cd2a

Browse files
feat: update publish.yml
1 parent 630deff commit 7a9cd2a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,15 @@ jobs:
2525
- name: Setup pnpm
2626
uses: pnpm/action-setup@v2
2727
with:
28-
version: 8.x.x
28+
version: 9.x.x
2929

3030
- name: Setup node env 🏗
3131
uses: actions/setup-node@v3
3232
with:
33-
node-version: lts/hydrogen
34-
registry-url: https://registry.npmjs.org/
33+
node-version: ${{ matrix.node-version }}
3534
cache: "pnpm"
35+
registry-url: 'https://registry.npmjs.org'
36+
scope: '@prestashopcorp'
3637

3738
- name: Install dependencies 👨🏻‍💻
3839
run: pnpm i --frozen-lockfile

0 commit comments

Comments
 (0)