Skip to content

Commit

Permalink
try v16
Browse files Browse the repository at this point in the history
  • Loading branch information
Layvier committed Dec 24, 2021
1 parent 5bd9048 commit 3f5e783
Show file tree
Hide file tree
Showing 3 changed files with 460 additions and 1,254 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.20-alpine
FROM node:16-alpine

ENV PORT 8000

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"deploy": "yarn docker:build && yarn docker:push && yarn dist && echo 'Just upload the zip file now'"
},
"engines": {
"node": ">=12.20"
"node": ">=16"
},
"author": "",
"license": "GPL-3.0-or-later",
Expand All @@ -29,7 +29,7 @@
"@graphql-tools/graphql-file-loader": "^7.3.3",
"@graphql-tools/load": "^7.4.1",
"@graphql-tools/schema": "^8.3.1",
"apify": "^0.22.4",
"apify": "^2.2.0",
"apollo-server-core": "^3.5.0",
"apollo-server-koa": "^3.5.0",
"bcryptjs": "^2.4.3",
Expand Down
Loading

0 comments on commit 3f5e783

Please sign in to comment.