File tree Expand file tree Collapse file tree 3 files changed +6143
-8
lines changed Expand file tree Collapse file tree 3 files changed +6143
-8
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 - name : Checkout
1111 uses : actions/checkout@v3
1212
13- - name : Set Node.js 12 .x
13+ - name : Set Node.js 16 .x
1414 uses : actions/setup-node@v3
1515 with :
16- node-version : 12 .x
16+ node-version : 16 .x
1717
1818 - name : npm install
1919 run : npm install
@@ -31,10 +31,10 @@ jobs:
3131 - name : Checkout
3232 uses : actions/checkout@v3
3333
34- - name : Set Node.js 12 .x
34+ - name : Set Node.js 16 .x
3535 uses : actions/setup-node@v3
3636 with :
37- node-version : 12 .x
37+ node-version : 16 .x
3838
3939 - name : npm install
4040 run : npm install
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: 'Create changelog'
22description : ' Generates a changelog from a Git repository commit history.'
33author : ' Arduino'
44runs :
5- using : ' node12 '
5+ using : ' node16 '
66 main : ' dist/index.js'
77branding :
88 icon : ' list'
You can’t perform that action at this time.
0 commit comments