Skip to content

Commit

Permalink
Revert "Update to pnpm 9, update pnpm setup action version (#960)"
Browse files Browse the repository at this point in the history
This reverts commit 1d30e77.
  • Loading branch information
askoufis committed May 9, 2024
1 parent 1d30e77 commit 0fc4803
Show file tree
Hide file tree
Showing 6 changed files with 7,755 additions and 11,030 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0
token: ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}

- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v2

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 0

- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v2

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v4

- id: pnpm-setup
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v2

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down
4 changes: 4 additions & 0 deletions .npmrc
Expand Up @@ -6,3 +6,7 @@ public-hoist-pattern[]="*prettier*"
# This bypasses the .pnpm folder that resolveModules looks for
# See https://github.com/seek-oss/sku/blob/275752bd3066e52885d461ef5bcd953aaac3bfff/config/webpack/resolveModules.js
public-hoist-pattern[]="@babel/*"

# `docsify-cli` depends on `docsify` which depends on `opencollective-postinstall` and calls it during `postinstall`.
# For some reason, this call fails on CI, so we need to hoist it.
public-hoist-pattern[]="opencollective-postinstall"
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -69,9 +69,9 @@
},
"volta": {
"node": "18.16.0",
"pnpm": "9.1.0"
"pnpm": "8.15.7"
},
"packageManager": "pnpm@9.1.0",
"packageManager": "pnpm@8.15.7",
"skuSkipPostInstall": true,
"skuSkipConfigure": true,
"skuSkipValidatePeerDeps": true
Expand Down

0 comments on commit 0fc4803

Please sign in to comment.