set node version for netlify

This commit is contained in:
Matteo Cominetti
2023-02-28 11:50:31 +00:00
parent 306e2b8d91
commit c1d267640a
2 changed files with 12 additions and 10 deletions
+8 -10
View File
@@ -1,41 +1,39 @@
[![Netlify Status](https://api.netlify.com/api/v1/badges/e4824a5c-a6df-4670-b242-4873d26901ba/deploy-status)](https://app.netlify.com/sites/distracted-jones-770c28/deploys)
[![Netlify Status](https://api.netlify.com/api/v1/badges/d9bb1007-d919-4a97-adb1-366aea203bf8/deploy-status)](https://app.netlify.com/sites/lovely-sable-4159ff/deploys)
# speckle-ui
This is the web ui of the speckle embeddable ui. The other part, that actually loads it, is [here](https://github.com/speckleworks/SpeckleUi).
## ⚠️ IMPORTANT ⚠️
Speckle v1 has reached EOL and is no longer mainatined. Check out our brand new 👉 [Speckle v2](https://github.com/specklesystems)!
Read more about the announcemnt [here](https://speckle.systems/blog/speckle2-vision-and-faq) and check out or new [website](https://speckle.systems).
This is a test project for DUI3
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
+4
View File
@@ -25,5 +25,9 @@
"vue-cli-plugin-vuetify": "^0.5.0",
"vue-template-compiler": "^2.5.21",
"vue-timeago": "^5.0.0"
},
"engines": {
"node": "10.24.1",
"npm": "6.14.12"
}
}