diff --git a/.tool-versions b/.tool-versions index a56c775c23..e2c1b6be9e 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,4 +1,6 @@ elixir 1.17.0-otp-27 erlang 27.0 +nodejs 20.2.0 +pnpm 9.4.0 # keep synchronised with version pinned in .github/workflows/satellite_proto.yml protoc 26.1 diff --git a/clients/typescript/.gitignore b/clients/typescript/.gitignore index 0ac28e9fe6..84bc6f573e 100644 --- a/clients/typescript/.gitignore +++ b/clients/typescript/.gitignore @@ -5,4 +5,3 @@ node_modules/ test.db .tmp/ build/ -.tool-versions diff --git a/components/toolbar/.gitignore b/components/toolbar/.gitignore index edd0600f67..86fb8e1e83 100644 --- a/components/toolbar/.gitignore +++ b/components/toolbar/.gitignore @@ -2,4 +2,4 @@ dist node_modules # We're ignoring the lockfiles here because this example is meant to act like `npx create-electric-app` in that they use latest deps -pnpm-lock.yaml \ No newline at end of file +pnpm-lock.yaml