Skip to content

Commit

Permalink
Add pnpm and nodejs versions to top-level .tool-versions file.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-dp committed Jun 28, 2024
1 parent 0174d81 commit 0e762f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion clients/typescript/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ node_modules/
test.db
.tmp/
build/
.tool-versions
2 changes: 1 addition & 1 deletion components/toolbar/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
pnpm-lock.yaml

0 comments on commit 0e762f2

Please sign in to comment.