Skip to content

Commit 7c5884a

Browse files
committed
Bump minimum Node version
1 parent f0b2c47 commit 7c5884a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [10.x, 12.x, 14.x]
11+
node-version: [12.x, 14.x, 16.x]
1212

1313
env:
1414
CI: true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ trello-cli is a CLI tool for [Trello](http://www.trello.com). Makes sense, right
22

33
[![Build Status](https://api.travis-ci.org/mheap/trello-cli.svg?branch=master)](https://travis-ci.org/mheap/trello-cli)
44

5-
`trello-cli` requires a minimum NodeJS version of 8
5+
`trello-cli` requires a minimum NodeJS version of 12
66

77
# Installation
88

0 commit comments

Comments
 (0)