File tree 3 files changed +6143
-8
lines changed
3 files changed +6143
-8
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
- name : Checkout
11
11
uses : actions/checkout@v3
12
12
13
- - name : Set Node.js 12 .x
13
+ - name : Set Node.js 16 .x
14
14
uses : actions/setup-node@v3
15
15
with :
16
- node-version : 12 .x
16
+ node-version : 16 .x
17
17
18
18
- name : npm install
19
19
run : npm install
@@ -31,10 +31,10 @@ jobs:
31
31
- name : Checkout
32
32
uses : actions/checkout@v3
33
33
34
- - name : Set Node.js 12 .x
34
+ - name : Set Node.js 16 .x
35
35
uses : actions/setup-node@v3
36
36
with :
37
- node-version : 12 .x
37
+ node-version : 16 .x
38
38
39
39
- name : npm install
40
40
run : npm install
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: 'Create changelog'
2
2
description : ' Generates a changelog from a Git repository commit history.'
3
3
author : ' Arduino'
4
4
runs :
5
- using : ' node12 '
5
+ using : ' node16 '
6
6
main : ' dist/index.js'
7
7
branding :
8
8
icon : ' list'
You can’t perform that action at this time.
0 commit comments