Skip to content

Commit

Permalink
Bump pnpm action (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrm007 committed Sep 8, 2022
1 parent d67bb52 commit a7a3dc1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,14 @@ jobs:
env:
CI: true
steps:
- uses: pnpm/action-setup@v2.0.1
with:
version: 7.9.5

- name: Checkout Repo
uses: actions/checkout@main
with:
fetch-depth: 0
token: ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}

- uses: pnpm/action-setup@v2

- name: Setup Node.js
uses: actions/setup-node@main
with:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,15 @@ jobs:
env:
CI: true
steps:
- uses: pnpm/action-setup@v2.0.1
with:
version: 7.9.5

- name: Checkout Repo
uses: actions/checkout@main
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
token: ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}

- uses: pnpm/action-setup@v2

- name: Setup Node.js
uses: actions/setup-node@main
with:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,14 @@ jobs:
env:
CI: true
steps:
- uses: pnpm/action-setup@v2.0.1
with:
version: 7.9.5

- name: Checkout Repo
uses: actions/checkout@main
with:
fetch-depth: 0
token: ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}

- uses: pnpm/action-setup@v2

- name: Setup Node.js
uses: actions/setup-node@main
with:
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 a7a3dc1

Please sign in to comment.