Skip to content

Commit

Permalink
Node.js 14.0.0 or newer is required.
Browse files Browse the repository at this point in the history
  • Loading branch information
GoneTone committed Jul 1, 2021
1 parent b8167fa commit f75d814
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
operating-system: [ ubuntu-latest ]
node-version: [ 12.x, 14.x, 15.x, 16.x ]
node-version: [ 14.x, 15.x, 16.x ]

name: Node.js ${{ matrix.node-version }} Test on ${{ matrix.operating-system }}
steps:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ A version of this library for PHP is being developed.
Please report any bugs you discover at <http://github.com/GoneToneStudio/node-google-play-api/issues>

## Installation
Node.js 14.0.0 or newer is required.

### With NPM
npm install @gonetonestudio/google-play-api

Expand Down
2 changes: 2 additions & 0 deletions README_ZH-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ PHP 版本:開發中
如果發現任何 BUG,請在此回報:<https://github.com/GoneToneStudio/node-google-play-api/issues>

## 安裝
需要 Node.js 14.0.0 或更高版本。

### 使用 NPM
npm install @gonetonestudio/google-play-api

Expand Down
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,8 @@
"lodash": "^4.17.21",
"protobufjs": "^5.0.1",
"qs": "^6.10.1"
},
"engines": {
"node": ">=14.0.0"
}
}

0 comments on commit f75d814

Please sign in to comment.