Skip to content

Commit 02fe88d

Browse files
Bump Node version to 16 (#34)
* Change Node.js version to 16 * Update `package-lock.json` running `npm install`
1 parent a438e1f commit 02fe88d

File tree

3 files changed

+6143
-8
lines changed

3 files changed

+6143
-8
lines changed

.github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff 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

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Create changelog'
22
description: 'Generates a changelog from a Git repository commit history.'
33
author: 'Arduino'
44
runs:
5-
using: 'node12'
5+
using: 'node16'
66
main: 'dist/index.js'
77
branding:
88
icon: 'list'

0 commit comments

Comments
 (0)