OpenFn / kit

The bits & pieces that make OpenFn work. (diagrammer, cli, compiler, runtime, runtime manager, logger, etc.)
12 stars 11 forks source link

Node20.8.1 #824

Closed Angeth-Herjok closed 5 days ago

Angeth-Herjok commented 1 week ago

Short Description

This should get the non-working compilers to work

Fixes #

node -v should be 20.8.1

QA Notes

You mention that no changes available on tsconfig.common.json now it should "types": ["ava"] // Ensure this line is included }, "include": ["*/.ts"] }

run pnpm install pnpm build pnpm ava

josephjclark commented 1 week ago

Hi @Angeth-Herjok

Running this locally I have node 20.8.1, but my tests fail because they cannot load typescript types.

I do not see anything in this PR which would address the issue.

Did you test locally?