mirror of
https://github.com/filegator/filegator.git
synced 2025-04-22 15:51:52 +02:00
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:
parent
d153294b76
commit
cc28867383
4
.github/workflows/nodejs.yml
vendored
4
.github/workflows/nodejs.yml
vendored
@ -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: |
|
||||
|
@ -1,5 +1,6 @@
|
||||
services:
|
||||
filegator:
|
||||
platform: linux/amd64
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.dev
|
||||
|
771
package-lock.json
generated
771
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user