chore: pin nodejs for browser-test tooling; ignore /node_modules
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Moritz 2026-06-08 11:51:44 +02:00
parent 7769fd53dc
commit 2a11bfe60a
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -34,6 +34,7 @@ mv-*.tar
# In case you use Node.js/npm, you want to ignore these. # In case you use Node.js/npm, you want to ignore these.
npm-debug.log npm-debug.log
/assets/node_modules/ /assets/node_modules/
/node_modules/
.cursor .cursor

View file

@ -1,3 +1,4 @@
elixir 1.18.3-otp-27 elixir 1.18.3-otp-27
erlang 27.3.4 erlang 27.3.4
just 1.51.0 just 1.51.0
nodejs 26.2.0