Skip to content

Commit

Permalink
node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier committed Aug 10, 2024
1 parent 896587a commit 37f5bcd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22-alpine
FROM node:18-alpine

RUN apk add --no-cache libc6-compat git && apk update
WORKDIR /app
Expand Down
18 changes: 9 additions & 9 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 @@ -8,7 +8,7 @@
},
"devDependencies": {
"@types/minimist": "^1.2.5",
"@types/node": "^22.2.0",
"@types/node": "^18.19.44",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
Expand Down Expand Up @@ -42,7 +42,7 @@
"lint": "eslint src/**/*.{ts,tsx} && prettier . --check"
},
"engines": {
"node": ">=22"
"node": ">=18"
},
"packageManager": "npm@10.8.2"
}

0 comments on commit 37f5bcd

Please sign in to comment.