Dependency update (#508)

* replace node-sass with sass as per #506 with lock updated

* remove libgconf-2-4 as obsolete req for cypress

* remove libasound2 as obsolete req for cypress

* remove libasound2 as obsolete req for cypress

* add platform as suggested in #506

* try with node 16.x

---------

Co-authored-by: Milos Stojanovic <m.stojanovic@sks365.com>
This commit is contained in:
Milos Stojanovic 2024-12-12 10:06:27 +01:00 committed by GitHub
parent d153294b76
commit cc28867383
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 241 additions and 537 deletions

View File

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [12.x, 14.x, 16.x]
steps:
- name: Checkout
@ -21,7 +21,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Cypress dependencies
run: sudo apt-get install -y libgtk2.0-0 libgtk-3-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
run: sudo apt-get install -y libgtk2.0-0 libgtk-3-0 libnotify-dev libnss3 libxss1 libxtst6 xauth xvfb
- name: npm install, build, and test
run: |

View File

@ -1,5 +1,6 @@
services:
filegator:
platform: linux/amd64
build:
context: .
dockerfile: Dockerfile.dev

771
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -33,7 +33,7 @@
"concurrently": "^4.1.2",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.14.1",
"sass": "^1.82.0",
"resumablejs": "^1.1.0",
"sass-loader": "^7.3.1",
"vue": "^2.6.11",