Skip to content

Commit 78d95cb

Browse files
authored
Merge pull request #88 from observablehq/prichey/upgrade-mssql
Upgrade mssql to latest; Drop Node 14 support
2 parents 653644a + bf5a62f commit 78d95cb

File tree

3 files changed

+455
-83
lines changed

3 files changed

+455
-83
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:18.12.1-alpine
33
RUN mkdir /app
44
WORKDIR /app
55

6-
RUN apk --no-cache add bash
6+
RUN apk --no-cache add bash git
77

88
COPY package.json yarn.lock /app/
99
RUN \

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "3.4.0",
55
"type": "module",
66
"engines": {
7-
"node": ">=14.19.0"
7+
"node": ">=16"
88
},
99
"exports": {
1010
"./postgres.js": "./lib/postgres.js",
@@ -22,7 +22,7 @@
2222
"JSONStream": "^1.3.5",
2323
"ajv": "^8.11.0",
2424
"micro": "^9.3.4",
25-
"mssql": "^9.1.1",
25+
"mssql": "^10.0.1",
2626
"mysql2": "^3.0.1",
2727
"open": "^6.3.0",
2828
"pg": "^8.7.1",

0 commit comments

Comments
 (0)