Skip to content

Commit

Permalink
chore(deps): update node to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackDark committed Aug 1, 2024
1 parent 1e82066 commit f3cd99d
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://github.com/nodejs/docker-node/blob/main/docs/BestPractices.md
FROM node:20.16.0-slim AS base
FROM node:22.5.1-slim AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@playwright/test": "1.45.3",
"@types/node": "20.14.13",
"@types/node": "22.0.2",
"@vitest/coverage-v8": "2.0.5",
"prettier": "3.3.3",
"typescript": "5.5.4",
Expand Down
50 changes: 31 additions & 19 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 f3cd99d

Please sign in to comment.