Skip to content

Commit

Permalink
chore(deps): update node.js to v20.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 46ed78a commit 93c33c0
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 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.17.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.16.9",
"@types/semantic-release": "20.0.6",
"@vitest/coverage-v8": "1.6.0",
"@vitest/ui": "1.6.0",
Expand Down
46 changes: 23 additions & 23 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 93c33c0

Please sign in to comment.