Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mrm007 committed Sep 8, 2022
1 parent c3a99cf commit 3452b8a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
CI: true
steps:
- uses: pnpm/action-setup@v2.2.2
with:
version: 7.9.5

- name: Checkout Repo
uses: actions/checkout@main
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
CI: true
steps:
- uses: pnpm/action-setup@v2.2.2
with:
version: 7.9.5

- name: Checkout Repo
uses: actions/checkout@main
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
CI: true
steps:
- uses: pnpm/action-setup@v2.2.2
with:
version: 7.9.5

- name: Checkout Repo
uses: actions/checkout@main
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"volta": {
"node": "16.16.0"
},
"packageManager": "pnpm@7.9.5",
"devDependencies": {
"@changesets/changelog-github": "^0.4.6",
"@preconstruct/eslint-plugin-format-js-tag": "^0.2.0",
Expand Down

0 comments on commit 3452b8a

Please sign in to comment.