Skip to content

Commit a7a3dc1

Browse files
authored
Bump pnpm action (#32)
1 parent d67bb52 commit a7a3dc1

File tree

4 files changed

+7
-12
lines changed

4 files changed

+7
-12
lines changed

.github/workflows/release.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,14 @@ jobs:
1212
env:
1313
CI: true
1414
steps:
15-
- uses: pnpm/action-setup@v2.0.1
16-
with:
17-
version: 7.9.5
18-
1915
- name: Checkout Repo
2016
uses: actions/checkout@main
2117
with:
2218
fetch-depth: 0
2319
token: ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}
2420

21+
- uses: pnpm/action-setup@v2
22+
2523
- name: Setup Node.js
2624
uses: actions/setup-node@main
2725
with:

.github/workflows/snapshot.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,15 @@ jobs:
88
env:
99
CI: true
1010
steps:
11-
- uses: pnpm/action-setup@v2.0.1
12-
with:
13-
version: 7.9.5
14-
1511
- name: Checkout Repo
1612
uses: actions/checkout@main
1713
with:
1814
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1915
fetch-depth: 0
2016
token: ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}
2117

18+
- uses: pnpm/action-setup@v2
19+
2220
- name: Setup Node.js
2321
uses: actions/setup-node@main
2422
with:

.github/workflows/validate.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,14 @@ jobs:
99
env:
1010
CI: true
1111
steps:
12-
- uses: pnpm/action-setup@v2.0.1
13-
with:
14-
version: 7.9.5
15-
1612
- name: Checkout Repo
1713
uses: actions/checkout@main
1814
with:
1915
fetch-depth: 0
2016
token: ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}
2117

18+
- uses: pnpm/action-setup@v2
19+
2220
- name: Setup Node.js
2321
uses: actions/setup-node@main
2422
with:

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"volta": {
3939
"node": "16.16.0"
4040
},
41+
"packageManager": "pnpm@7.9.5",
4142
"devDependencies": {
4243
"@changesets/changelog-github": "^0.4.6",
4344
"@preconstruct/eslint-plugin-format-js-tag": "^0.2.0",

0 commit comments

Comments
 (0)