Skip to content

Commit

Permalink
fix: package.engines
Browse files Browse the repository at this point in the history
  • Loading branch information
chr33s committed Nov 30, 2023
1 parent 71238fe commit 1431d3f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18 AS base
FROM node:20 AS base

ARG NODE_ENV=production
ENV NODE_ENV=${NODE_ENV}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.0",
"private": true,
"engines": {
"npm": ">=9.0.0",
"node": ">=18.0.0"
"npm": "^10.0.0",
"node": "^20.0.0"
},
"scripts": {
"build": "npm-run-all --parallel build:*",
Expand Down

0 comments on commit 1431d3f

Please sign in to comment.