Skip to content

Commit

Permalink
Merge pull request #88 from observablehq/prichey/upgrade-mssql
Browse files Browse the repository at this point in the history
Upgrade mssql to latest; Drop Node 14 support
  • Loading branch information
prichey committed Jan 5, 2024
2 parents 653644a + bf5a62f commit 78d95cb
Show file tree
Hide file tree
Showing 3 changed files with 455 additions and 83 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:18.12.1-alpine
RUN mkdir /app
WORKDIR /app

RUN apk --no-cache add bash
RUN apk --no-cache add bash git

COPY package.json yarn.lock /app/
RUN \
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "3.4.0",
"type": "module",
"engines": {
"node": ">=14.19.0"
"node": ">=16"
},
"exports": {
"./postgres.js": "./lib/postgres.js",
Expand All @@ -22,7 +22,7 @@
"JSONStream": "^1.3.5",
"ajv": "^8.11.0",
"micro": "^9.3.4",
"mssql": "^9.1.1",
"mssql": "^10.0.1",
"mysql2": "^3.0.1",
"open": "^6.3.0",
"pg": "^8.7.1",
Expand Down
Loading

0 comments on commit 78d95cb

Please sign in to comment.