2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-05 23:53:27 +00:00

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