mirror of
https://github.com/filegator/filegator.git
synced 2025-09-10 03:52:02 +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:
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: |
|
||||
|
Reference in New Issue
Block a user