Skip to content

Commit

Permalink
Bump node from 20.12.2-alpine to 22.5.1-alpine (#554)
Browse files Browse the repository at this point in the history
* Bump node from 20.12.2-alpine to 22.5.1-alpine

Bumps node from 20.12.2-alpine to 22.5.1-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump node version everywhere

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paul Cretu <paul.s.cretu@gmail.com>
  • Loading branch information
dependabot[bot] and paulcretu authored Jul 31, 2024
1 parent 15c26fa commit c629500
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Largely based on https://github.com/nicbet/docker-phoenix/blob/main/Dockerfile

FROM node:20.12.2-alpine AS node
FROM node:22.5.1-alpine AS node
FROM elixir:1.16-otp-26-alpine AS setup


Expand Down
2 changes: 1 addition & 1 deletion server/phoenix_static_buildpack.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
assets_path=ui
clean_cache=true
node_version=20.12.2
node_version=22.5.1
2 changes: 1 addition & 1 deletion ui/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.2
22.5.1
27 changes: 15 additions & 12 deletions ui/package-lock.json

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

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@next/bundle-analyzer": "^14.2.2",
"@tanstack/react-query-devtools": "^5.32.0",
"@types/leaflet": "^1.9.12",
"@types/node": "20.12.8",
"@types/node": "22.0.2",
"@types/phoenix": "^1.6.4",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
Expand Down

0 comments on commit c629500

Please sign in to comment.