@live-codes/browser-compilers 0.6.0 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,7 +8,7 @@ jobs:
8
8
 
9
9
  strategy:
10
10
  matrix:
11
- node-version: [14.x]
11
+ node-version: [16.x]
12
12
 
13
13
  env:
14
14
  NODE_OPTIONS: '--max_old_space_size=4096'
@@ -23,7 +23,7 @@ jobs:
23
23
  node-version: ${{ matrix.node-version }}
24
24
 
25
25
  - name: Install dependencies
26
- run: npm ci
26
+ run: npm ci --legacy-peer-deps
27
27
 
28
28
  - name: Build
29
29
  run: npm run build