rasendubi / uniorg

An accurate Org-mode parser for JavaScript/TypeScript
https://oleksii.shmalko.com/uniorg
GNU General Public License v3.0
256 stars 24 forks source link

chore(nix): add turbo to flake setup #79

Closed venikx closed 1 year ago

venikx commented 1 year ago

Fixes the following:

Downsides:

But, I'm uncertain if you are confident about using node 18, since node 16 was deprecated or not, because the pnpm lock file has a change as well due to this.

changeset-bot[bot] commented 1 year ago

⚠️ No Changeset found

Latest commit: b656509c17808f3b878774f13dfbb3cdd2eb76e6

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

rasendubi commented 1 year ago

ok, I found that CI error is actually cause pnpm version mismatch (lock file used 8.x, but CI still used 7.x)

rasendubi commented 1 year ago

yay! thanks for the PR