Skip to content

Commit

Permalink
chore: upgrade pnpm to 8 (#175)
Browse files Browse the repository at this point in the history
* chore: upgrade pnpm to 8
* chore: ci node version 16
  • Loading branch information
hikerpig authored Oct 23, 2023
1 parent 2955184 commit 85d680e
Show file tree
Hide file tree
Showing 4 changed files with 3,634 additions and 3,912 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,20 @@ jobs:
with:
api_key: ${{ secrets.THUNDRA_APIKEY }}
- uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Cache pnpm modules
uses: actions/cache@v2
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-
- uses: pnpm/action-setup@v2.2.1
- uses: pnpm/action-setup@v2.4.0
with:
version: 7.2.1
version: ^8.9.0
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies=false]
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/update-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,20 @@ jobs:
- uses: actions/checkout@v2
with:
ref: '${{ inputs.input_branch }}'
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Cache pnpm modules
uses: actions/cache@v2
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-
- uses: pnpm/action-setup@v2.2.1
- uses: pnpm/action-setup@v2.4.0
with:
version: 7.2.1
version: ^8.9.0
run_install: true
- name: Turbo Cache
id: turbo-cache
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"eslint --fix"
]
},
"packageManager": "pnpm@7.9.3",
"packageManager": "pnpm@8.9.2",
"devDependencies": {
"@changesets/changelog-git": "^0.1.12",
"@changesets/cli": "^2.24.1",
Expand Down
Loading

0 comments on commit 85d680e

Please sign in to comment.