Updated to Node v18 and removed node-sass dependency

This commit is contained in:
n1474335 2022-09-09 21:22:55 +01:00
parent b00f64518f
commit 7b245b084a
8 changed files with 235 additions and 2776 deletions

View file

@ -15,7 +15,7 @@ jobs:
- name: Set node version
uses: actions/setup-node@v1
with:
node-version: '17.x'
node-version: '18.x'
- name: Install
run: |

View file

@ -14,7 +14,7 @@ jobs:
- name: Set node version
uses: actions/setup-node@v1
with:
node-version: '17.x'
node-version: '18.x'
- name: Install
run: |

View file

@ -15,7 +15,7 @@ jobs:
- name: Set node version
uses: actions/setup-node@v1
with:
node-version: '17.x'
node-version: '18.x'
- name: Install
run: |