Skip to content

Commit

Permalink
chore(deps): update node.js to v20.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 25, 2024
1 parent f44a195 commit 153af37
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax = docker/dockerfile:1.8

# BASE
FROM node:20.14.0-bullseye-slim AS base
FROM node:20.15.0-bullseye-slim AS base

## Setup pnpm
RUN corepack enable
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@swc-node/register": "1.9.2",
"@tsconfig/node-lts": "20.1.3",
"@tsconfig/strictest": "2.0.5",
"@types/node": "20.14.8",
"@types/node": "20.14.9",
"@types/semantic-release": "20.0.6",
"@vitest/coverage-v8": "1.6.0",
"@vitest/ui": "1.6.0",
Expand Down
38 changes: 19 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 153af37

Please sign in to comment.