Compare commits
5 Commits
add-vin
...
bug/remove
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
19680b1cc1 | ||
|
|
e6e90d9bef | ||
|
|
311ac7579a | ||
|
|
47810a8c88 | ||
|
|
5aabeda6ba |
22
.github/workflows/test-npm.yml
vendored
22
.github/workflows/test-npm.yml
vendored
@@ -1,22 +0,0 @@
|
|||||||
name: Test UI
|
|
||||||
|
|
||||||
on: [push, pull_request]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
node-version: [10.x, 12.x, 14.x, 15.x]
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
|
||||||
uses: actions/setup-node@v3
|
|
||||||
with:
|
|
||||||
node-version: ${{ matrix.node-version }}
|
|
||||||
- run: npm ci
|
|
||||||
working-directory: ui
|
|
||||||
- run: npm run build --if-present
|
|
||||||
working-directory: ui
|
|
||||||
- run: npm test
|
|
||||||
working-directory: ui
|
|
||||||
27415
ui/package-lock.json
generated
27415
ui/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -34,7 +34,7 @@
|
|||||||
"@fortawesome/fontawesome-svg-core": "^1.2.27",
|
"@fortawesome/fontawesome-svg-core": "^1.2.27",
|
||||||
"@fortawesome/free-solid-svg-icons": "^5.12.1",
|
"@fortawesome/free-solid-svg-icons": "^5.12.1",
|
||||||
"@fortawesome/vue-fontawesome": "0.1.9",
|
"@fortawesome/vue-fontawesome": "0.1.9",
|
||||||
"axios": "^0.27.0",
|
"axios": "^0.27.2",
|
||||||
"buefy": "^0.9.7",
|
"buefy": "^0.9.7",
|
||||||
"chart.js": "^2.9.4",
|
"chart.js": "^2.9.4",
|
||||||
"core-js": "3.6.4",
|
"core-js": "3.6.4",
|
||||||
|
|||||||
24870
ui/yarn.lock
24870
ui/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user