Skip to content

Commit

Permalink
chore: freeze pnpm version to v9.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed May 30, 2024
1 parent 45ee0ae commit 9800da2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: pnpm 🧰
uses: pnpm/action-setup@v4
with:
version: 9
version: 9.1.3

- name: Node 🧰
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: pnpm 🧰
uses: pnpm/action-setup@v4
with:
version: 9
version: 9.1.3

- name: Node 🧰
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: pnpm 🧰
uses: pnpm/action-setup@v4
with:
version: 9
version: 9.1.3

- name: Node 🧰
uses: actions/setup-node@v4
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@
"license": "MIT",
"engines": {
"node": ">=18.18.0",
"pnpm": ">=9"
"pnpm": "9.1.3"
},
"packageManager": "[email protected]",
"devDependencies": {
"@commercelayer/eslint-config-ts": "^1.4.5",
"concurrently": "^8.2.2",
Expand Down

0 comments on commit 9800da2

Please sign in to comment.