8000 build: support Node.js 15.x · mysqljs/sqlstring@231f7c8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 231f7c8

Browse files
committed
build: support Node.js 15.x
1 parent 98a9523 commit 231f7c8

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
@@ -28,6 +28,7 @@ jobs:
2828
- Node.js 12.x
2929
- Node.js 13.x
3030
- Node.js 14.x
31+
- Node.js 15.x
3132

3233
include:
3334
- name: Node.js 0.6
@@ -84,6 +85,9 @@ jobs:
8485
- name: Node.js 14.x
8586
node-version: "14.18"
8687

88+
- name: Node.js 15.x
89+
node-version: "15.14"
90+
8791
steps:
8892
- uses: actions/checkout@v2
8993

0 commit comments

Comments
 (0)
0