Skip to content

Commit c568fa8

Browse files
committed
[cdt-176] - Upgrade minify from 5.1.1 to 6.0.1
2 parents 7d04759 + 11ee148 commit c568fa8

File tree

6 files changed

+836
-905
lines changed

6 files changed

+836
-905
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node-version: [10.x, 11.x, 12.x, 13.x]
10+
node-version: [10.x, 11.x, 12.x, 13.x, 14.x, 15.x]
1111

1212
steps:
1313
- uses: actions/checkout@v2

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- v0.1.*
77
- v0.2.*
88
- v0.*.*
9+
- v1.*.*
910

1011
jobs:
1112
build:

0 commit comments

Comments
 (0)