Skip to content

Commit ecb7d77

Browse files
committedMay 22, 2023
ci: not running mssql tests on node 14 as tedious does not support it
1 parent 92f0de6 commit ecb7d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
strategy:
100100
fail-fast: false
101101
matrix:
102-
node-version: [14, 16, 18]
102+
node-version: [16, 18]
103103
services:
104104
mssql:
105105
image: mcr.microsoft.com/mssql/server:2019-latest

0 commit comments

Comments
 (0)
Please sign in to comment.