Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

chore(deps): update dependency node to v20.9.0 #77

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.4.0
20.9.0
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Node Base Image
FROM node:20.4.0-alpine3.17 AS build
FROM node:20.9.0-alpine3.17 AS build

RUN corepack enable

Expand All @@ -14,7 +14,7 @@ RUN pnpm run build
RUN pnpm prune --prod

# Serve the app with a minimal node image
FROM node:20.4.0-alpine3.17 AS serve
FROM node:20.9.0-alpine3.17 AS serve

WORKDIR /svelte/app
# Copy the app from the build stage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@sveltejs/kit": "1.22.3",
"@tailwindcss/forms": "0.5.4",
"@types/lodash": "^4.14.195",
"@types/node": "20.4.2",
"@types/node": "20.9.0",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.60.1",
"autoprefixer": "10.4.14",
Expand Down
28 changes: 17 additions & 11 deletions pnpm-lock.yaml

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

Loading