Skip to content

Commit

Permalink
Update Node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent 973f012 commit bccad6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG RUST_VERSION=1.75
FROM node:21-slim as builder
FROM node:22-slim as builder

Check warning on line 2 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
ARG RUST_VERSION

RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"vite": "5.4.11"
},
"engines": {
"node": "^21"
"node": "^22.0.0"
},
"packageManager": "pnpm@9.15.4"
}

0 comments on commit bccad6c

Please sign in to comment.