Skip to content

Commit

Permalink
chore(deps): updated pnpm in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DuCanhGH committed May 9, 2023
1 parent 1c34614 commit 1baba8a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.2.0/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": true,
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
node-version: ["18.x"]
pnpm-version: ["7.x"]
pnpm-version: ["8.x"]
os: [ubuntu-latest]
steps:
- name: Checkout repo
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
node-version: ["18.x"]
pnpm-version: ["7.x"]
pnpm-version: ["8.x"]
os: [ubuntu-latest]
steps:
- name: Checkout repo
Expand All @@ -38,6 +38,7 @@ jobs:
needs: [typecheck_lint_build]
runs-on: ${{ matrix.os }}
permissions:
contents: write
id-token: write
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
Expand All @@ -46,7 +47,7 @@ jobs:
strategy:
matrix:
node-version: ["18.x"]
pnpm-version: ["7.x"]
pnpm-version: ["8.x"]
os: [ubuntu-latest]
if: ${{ github.ref == 'refs/heads/master' && (contains(github.event.head_commit.message, '[bump]') || contains(github.event.head_commit.message, 'RELEASING')) }}
steps:
Expand Down

0 comments on commit 1baba8a

Please sign in to comment.