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
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: |