Skip to content

Commit

Permalink
Bump Node version to 16 (arduino#34)
Browse files Browse the repository at this point in the history
* Change Node.js version to 16

* Update `package-lock.json` running `npm install`
  • Loading branch information
MatteoPologruto authored Dec 2, 2022
1 parent a438e1f commit 02fe88d
Show file tree
Hide file tree
Showing 3 changed files with 6,143 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Set Node.js 12.x
- name: Set Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 12.x
node-version: 16.x

- name: npm install
run: npm install
Expand All @@ -31,10 +31,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Set Node.js 12.x
- name: Set Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 12.x
node-version: 16.x

- name: npm install
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Create changelog'
description: 'Generates a changelog from a Git repository commit history.'
author: 'Arduino'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'list'
Expand Down
Loading

0 comments on commit 02fe88d

Please sign in to comment.