Skip to content

Commit

Permalink
πŸ’š
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Mar 20, 2024
1 parent 97f3404 commit 63a01dd
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 6 deletions.
16 changes: 16 additions & 0 deletions .changeset/tender-files-exist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
"@udecode/plate-serializer-docx": minor
"@udecode/plate-serializer-html": minor
"@udecode/plate-serializer-csv": minor
"@udecode/plate-code-block": minor
"@udecode/plate-alignment": minor
"@udecode/plate-floating": minor
"@udecode/plate-caption": minor
"@udecode/plate-emoji": minor
"@udecode/utils": minor
"@udecode/plate-core": minor
"@udecode/plate-ui": minor
"@udecode/plate-yjs": minor
---

Updated minor dependencies
2 changes: 1 addition & 1 deletion .github/workflows/ci-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: πŸ“₯ Install
run: pnpm install
run: pnpm install --no-frozen-lockfile

- name: πŸ— Run build
run: pnpm build
2 changes: 1 addition & 1 deletion .github/workflows/sync-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: πŸ“₯ Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile

- name: πŸ— Run build
run: pnpm build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
cache: "pnpm"
cache: 'pnpm'

- name: Get pnpm store directory
id: pnpm-cache
Expand All @@ -47,7 +47,7 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile

# Lint, typecheck, build
- name: πŸ— Run build
Expand Down
4 changes: 2 additions & 2 deletions templates/plate-template/.github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
cache: "pnpm"
cache: 'pnpm'

- name: Get pnpm store directory
id: pnpm-cache
Expand All @@ -47,7 +47,7 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile

# Lint, typecheck, build
- name: πŸ— Run build
Expand Down

0 comments on commit 63a01dd

Please sign in to comment.