Skip to content

Commit 397b702

Browse files
authored
ci: pin pnpm version (#1289)
* ci: pin pnpm version * prettier
1 parent 7090159 commit 397b702

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
npmTag: alpha
2121
buildScript: build
2222
nodeVersion: 16
23-
packageManager: pnpm@8
23+
packageManager: pnpm
2424
secrets:
2525
githubToken: ${{ secrets.GITHUB_TOKEN }}
2626
npmToken: ${{ secrets.NPM_TOKEN }}
@@ -32,7 +32,7 @@ jobs:
3232
npmTag: rc
3333
buildScript: build
3434
nodeVersion: 16
35-
packageManager: pnpm@8
35+
packageManager: pnpm
3636
restoreDeletedChangesets: true
3737
secrets:
3838
githubToken: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
releaseScript: release
1414
nodeVersion: 16
15-
packageManager: pnpm@8
15+
packageManager: pnpm
1616
secrets:
1717
githubToken: ${{ secrets.GITHUB_TOKEN }}
1818
npmToken: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
},
1111
"license": "(Apache-2.0 OR MIT)",
1212
"private": true,
13+
"packageManager": "[email protected]",
1314
"engines": {
1415
"pnpm": ">=8"
1516
},

0 commit comments

Comments
 (0)