Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 02fe88d

Browse filesBrowse 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
Copy full SHA for 02fe88d

File tree

Expand file treeCollapse file tree

3 files changed

+6143
-8
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+6143
-8
lines changed

‎.github/workflows/test.yml

Copy file name to clipboardExpand all lines: .github/workflows/test.yml
+4-4Lines changed: 4 additions & 4 deletions
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

Copy file name to clipboardExpand all lines: action.yml
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.