Skip to content

Commit

Permalink
ci: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Dec 11, 2024
1 parent 8e15571 commit 16044fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
os: [ubuntu-latest]
node: [22]
# Add relevant versions from: https://majors.nullvoxpopuli.com/q?minors=on&packages=typescript
typescript: ["5.2", "5.3", "5.4", "5.5", "5.6"]
typescript: ["5.3", "5.4", "5.5", "5.6"]


steps:
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ export type { PrismicTextProps } from "./PrismicText.vue"

export {
SliceZone,
PrismicRichText,
PrismicEmbed,
PrismicImage,
PrismicLink,
PrismicText,
PrismicRichText,
}

export { getRichTextComponentProps } from "./PrismicRichText"
Expand Down

0 comments on commit 16044fd

Please sign in to comment.