Skip to content

Commit eb58451

Browse files
authored
chore: πŸ€– fix GPR release (#95)
* chore: πŸ€– fix GPR release * chore: πŸ€– fix pnpm version missmatch
1 parent ea97920 commit eb58451

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@lottiefiles/relottie-extract-features": patch
3+
---
4+
5+
chore: fix GPR release

β€Ž.github/workflows/release.ymlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: βŽ” Setup pnpm
2626
uses: pnpm/action-setup@v2
2727
with:
28-
version: latest
28+
version: 8
2929

3030
- name: βŽ” Setup Node.js ${{ matrix.node-version }} for Github Packages
3131
uses: actions/setup-node@v3
@@ -83,7 +83,7 @@ jobs:
8383
- name: βŽ” Setup pnpm
8484
uses: pnpm/action-setup@v2
8585
with:
86-
version: latest
86+
version: 8
8787

8888
- name: βŽ” Setup Node.js ${{ matrix.node-version }} for NPM
8989
uses: actions/setup-node@v3
@@ -135,7 +135,7 @@ jobs:
135135
- name: βŽ” Setup pnpm
136136
uses: pnpm/action-setup@v2
137137
with:
138-
version: latest
138+
version: 8
139139

140140
- name: Remove existing .npmrc for NPM
141141
run: rm -f "$HOME/.npmrc"

0 commit comments

Comments
Β (0)