Skip to content

Commit

Permalink
Update node from 23.2 to 23.6
Browse files Browse the repository at this point in the history
Heroku supports it already

heroku/heroku-buildpack-nodejs#1363
  • Loading branch information
enescakir committed Jan 13, 2025
1 parent 12c0e93 commit 53e118e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ruby 3.2.6
postgres 15.8
nodejs 23.2.0
nodejs 23.6.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:23.2-alpine3.21 AS frontend-builder
FROM node:23.6-alpine3.21 AS frontend-builder
WORKDIR /app
COPY tailwind.config.js package.json package-lock.json ./
COPY views/ ./views/
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 @@ -13,7 +13,7 @@
"watch": "npx tailwindcss -o assets/css/app.css -i assets/css/tailwind.css --watch"
},
"engines": {
"node": "23.2.0",
"npm": "10.9.0"
"node": "23.6.0",
"npm": "10.9.2"
}
}

0 comments on commit 53e118e

Please sign in to comment.