Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent 397c6df commit c2d6cce
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN mkdir -p /app
ADD pnpm-lock.yaml /app/
ADD package.json /app/

FROM node:21-slim AS base
FROM node:22-slim AS base
RUN apt update && apt install -y libgudev-1.0-0 libsoup2.4-1 libsoup2.4-dev && apt clean && rm -rf /var/lib/apt/lists/*
RUN corepack enable && corepack prepare pnpm@latest --activate
ADD . /app
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@swc/jest": "0.2.36",
"@types/cheerio": "0.22.35",
"@types/jest": "29.5.14",
"@types/node": "20.17.3",
"@types/node": "22.8.4",
"@types/yargs": "17.0.33",
"cheerio": "1.0.0",
"http-server": "14.1.1",
Expand Down
86 changes: 43 additions & 43 deletions pnpm-lock.yaml

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

0 comments on commit c2d6cce

Please sign in to comment.