Skip to content

Commit

Permalink
feat: Update to node v14.11.0
Browse files Browse the repository at this point in the history
- Hoping this will address #6254

Signed-off-by: Peter Lyons <pete@reactioncommerce.com>
  • Loading branch information
Peter Lyons committed Sep 23, 2020
1 parent 4f2c1c0 commit 6879b4a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
12.14.1
14.11.0
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,5 +1,5 @@
# Dockerfile for production builds
FROM reactioncommerce/node-prod:12.14.1-v1
FROM reactioncommerce/node-prod:14.11.0-v1

# The `node-prod` base image installs NPM deps with --no-scripts.
# This prevents the `sharp` lib from working because it installs the binaries
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Expand Up @@ -12,7 +12,7 @@ version: '3.4'

services:
api:
image: reactioncommerce/node-dev:12.14.1-v3
image: reactioncommerce/node-dev:14.11.0-v1
ports:
- "3000:3000"
- "9229:9229"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"main": "./src/index.js",
"type": "module",
"engines": {
"node": ">=12.14.1"
"node": ">=14.11.0"
},
"homepage": "https://github.com/reactioncommerce/reaction",
"url": "https://github.com/reactioncommerce/reaction",
Expand Down

0 comments on commit 6879b4a

Please sign in to comment.