File tree 7 files changed +8764
-1988
lines changed
7 files changed +8764
-1988
lines changed Original file line number Diff line number Diff line change 1
- * text =auto
1
+ # Enforce Unix newlines
2
+ * text =auto eol =lf
Original file line number Diff line number Diff line change 1
1
name : Tests
2
2
3
- on : [push, pull_request]
3
+ on :
4
+ push :
5
+ branches :
6
+ - " **"
7
+ - " !dependabot/**"
8
+ pull_request :
9
+ workflow_dispatch :
4
10
5
11
env :
6
12
FORCE_COLOR : 2
@@ -13,15 +19,17 @@ jobs:
13
19
strategy :
14
20
fail-fast : false
15
21
matrix :
16
- node : [10, 12, 14]
17
22
os : [ubuntu-latest, windows-latest]
23
+ node : [14, 16, 18, 20]
18
24
19
25
steps :
20
26
- name : Clone repository
21
- uses : actions/checkout@v2
27
+ uses : actions/checkout@v3
28
+ with :
29
+ persist-credentials : false
22
30
23
31
- name : Set up Node.js
24
- uses : actions/setup-node@v2
32
+ uses : actions/setup-node@v3
25
33
with :
26
34
node-version : ${{ matrix.node }}
27
35
Original file line number Diff line number Diff line change
1
+ lockfile-version = 2
Original file line number Diff line number Diff line change
1
+ v5.0.0:
2
+ date: 2023-05-01
3
+ changes:
4
+ - Update dependencies.
5
+ - Drop Node.js < 14 support.
1
6
v4.0.0:
2
7
date: 2021-02-15
3
8
changes:
Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ cssmin: {
86
86
87
87
## Release History
88
88
89
+ * 2023-05-01 v5.0.0 Update dependencies. Drop Node.js < 14 support.
89
90
* 2021-02-15 v4.0.0 Update all dependencies including clean-css v5.x. Drop Node.js < 10 support.
90
91
* 2018-09-07 v3.0.0 Update all dependencies. Drop Node.js < 6 support.
91
92
* 2017-07-27 v2.2.1 Fix issue with ` relativeTo ` for clean-css v4.x.
@@ -123,4 +124,4 @@ cssmin: {
123
124
124
125
Task submitted by [ Tim Branyen] ( http://tbranyen.com/ )
125
126
126
- * This file was generated on Mon Feb 15 2021 07:31:26 .*
127
+ * This is a generated file .*
You can’t perform that action at this time.
0 commit comments