Skip to content

Commit

Permalink
Support Node.js 17.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Feb 28, 2022
1 parent e56af3d commit a124bb5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- Node.js 14.x
- Node.js 15.x
- Node.js 16.x
- Node.js 17.x
- MySql 5.5
- MySql 5.6
- MySql 5.7
Expand Down Expand Up @@ -147,6 +148,11 @@ jobs:
docker-mysql-type: mysql
docker-mysql-version: "5.7"

- name: Node.js 17.x
node-version: "17.6"
docker-mysql-type: mysql
docker-mysql-version: "5.7"

- name: MySql 5.5
node-version: "14.18"
docker-mysql-type: mysql
Expand Down
1 change: 1 addition & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ you spot any mistakes.
* Support Node.js 14.x
* Support Node.js 15.x
* Support Node.js 16.x
* Support Node.js 17.x
* Update `bignumber.js` to 9.0.2
* Update `safe-buffer` to 5.2.1
* Update `sqlstring` to 2.3.2
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ environment:
- nodejs_version: "14.18"
- nodejs_version: "15.14"
- nodejs_version: "16.13"
- nodejs_version: "17.6"

services:
- mysql
Expand Down

0 comments on commit a124bb5

Please sign in to comment.