8000 build: support Node.js 17.x · mysqljs/sqlstring@4e3eb5b · GitHub
[go: up one dir, main page]

Skip to content

Commit 4e3eb5b

Browse files
committed
build: support Node.js 17.x
1 parent fdda9a5 commit 4e3eb5b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- Node.js 14.x
3131
- Node.js 15.x
3232
- Node.js 16.x
33+
- Node.js 17.x
3334

3435
include:
3536
- name: Node.js 0.6
@@ -92,6 +93,9 @@ jobs:
9293
- name: Node.js 16.x
9394
node-version: "16.13"
9495

96+
- name: Node.js 17.x
97+
node-version: "17.3"
98+
9599
steps:
96100
- uses: actions/checkout@v2
97101

0 commit comments

Comments
 (0)
0