Add .nvmrc to make it slightly less easy to turn npm install into a dumpster fire 🔥

This commit is contained in:
Bob den Otter
2021-11-17 17:09:02 +01:00
parent cd0cfd3bf9
commit dcd2650faf
3 changed files with 2006 additions and 1935 deletions

5
.gitignore vendored
View File

@@ -16,9 +16,11 @@ npm-debug.log
yarn-error.log
webpack_stats.json
### Behat / Front-end testing files
### Behat / Cypress / Front-end testing files
bin/chromedriver*
bin/selenium-server-standalone*
tests/cypress/screenshots/
tests/cypress/videos/
### File-system cruft and temporary files
__*
@@ -80,6 +82,7 @@ appveyor.yml
###> symfony/web-server-bundle ###
/.web-server-pid
###< symfony/web-server-bundle ###
###> phpunit/phpunit ###
/phpunit.xml
###< phpunit/phpunit ###

1
.nvmrc Normal file
View File

@@ -0,0 +1 @@
v16.13.0

3935
package-lock.json generated

File diff suppressed because it is too large Load Diff