Skip to content

Commit 014f1e7

Browse files
authored
Update html-webpack-plugin (#452)
* update html-webpack-plugin * upgrade the manifest plugin * try installing deps conditionally * remove install * not ubuntu latest
1 parent 749a161 commit 014f1e7

File tree

4 files changed

+1341
-706
lines changed

4 files changed

+1341
-706
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [ubuntu-latest, macos-latest, windows-latest]
15+
os: [ubuntu-18.04, macos-latest, windows-latest]
1616
node-version: [12.x]
1717
timeout-minutes: 120
1818
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)