File tree 3 files changed +8
-21
lines changed
3 files changed +8
-21
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,3 @@ updates:
6
6
interval : daily
7
7
open-pull-requests-limit : 10
8
8
versioning-strategy : increase-if-necessary
9
- ignore :
10
- - dependency-name : ava
11
- versions :
12
- - " > 3.5.0"
13
- - " < 4"
14
- - dependency-name : prettier
15
- versions :
16
- - " > 2.0.0"
17
- - " < 3"
18
- - dependency-name : " @semantic-release/changelog"
19
- versions :
20
- - " > 5.0.0"
21
- - " < 6"
Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
strategy :
14
14
matrix :
15
- node-version : [10, 12, 14]
15
+ node-version : [12, 14, 16 ]
16
16
steps :
17
17
- name : Checkout
18
18
uses : actions/checkout@v2
19
19
- name : Setup Node.js ${{ matrix.node-version }}
20
- uses : actions/setup-node@v1
20
+ uses : actions/setup-node@v2
21
21
with :
22
22
node-version : ${{ matrix.node-version }}
23
23
- name : Install dependencies
24
- run : npm ci
24
+ run : npm install
25
25
- name : Test
26
26
run : npm test
27
27
release :
@@ -32,11 +32,11 @@ jobs:
32
32
- name : Checkout
33
33
uses : actions/checkout@v2
34
34
- name : Setup Node.js
35
- uses : actions/setup-node@v1
35
+ uses : actions/setup-node@v2
36
36
with :
37
- node-version : 12
37
+ node-version : 16
38
38
- name : Install dependencies
39
- run : npm ci
39
+ run : npm install
40
40
- name : Release
41
41
env :
42
42
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 20
20
" gulpplugin"
21
21
],
22
22
"engines" : {
23
- "node" : " >=10 "
23
+ "node" : " >=12 "
24
24
},
25
- "author" : " Bhargav R. Patel " ,
25
+ "author" : " Thomas Vantuycom " ,
26
26
"license" : " MIT" ,
27
27
"dependencies" : {
28
28
"plugin-error" : " ^1.0.1" ,
You can’t perform that action at this time.
0 commit comments