From 6b8ea1c474c58a8787ed9543fea0044ee32c5f8c Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 10 Nov 2025 17:06:56 -0600 Subject: [PATCH] update to node 24 --- .gitea/workflows/test-build.yaml | 2 +- Dockerfile | 4 ++-- package.json | 18 +++++++++--------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitea/workflows/test-build.yaml b/.gitea/workflows/test-build.yaml index fe15bc1..2793e9c 100644 --- a/.gitea/workflows/test-build.yaml +++ b/.gitea/workflows/test-build.yaml @@ -24,7 +24,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v6 with: - node-version: 22.21.1 + node-version: 24.11.0 cache: pnpm - name: Install Dependencies diff --git a/Dockerfile b/Dockerfile index f5ef3f7..d49bf73 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG REGISTRY=docker.io -FROM ${REGISTRY}/node:22.21.1-alpine3.22 AS base +FROM ${REGISTRY}/node:24.11.0-alpine3.22 AS base -LABEL version="0.0.2" +LABEL version="0.0.3" LABEL description="Astro based documentation website" ENV PNPM_HOME="/pnpm" diff --git a/package.json b/package.json index 706dc05..b049306 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "site-documentation", "type": "module", - "version": "0.0.2", + "version": "0.0.3", "scripts": { "dev": "astro dev", "build": "astro build", @@ -14,25 +14,25 @@ "dependencies": { "@astrojs/mdx": "4.3.10", "@astrojs/node": "9.5.0", - "@astrojs/starlight": "^0.36.0", + "@astrojs/starlight": "^0.36.2", "@catppuccin/starlight": "1.0.2", - "@tailwindcss/postcss": "^4.1.13", - "@tailwindcss/vite": "^4.1.13", + "@tailwindcss/postcss": "^4.1.17", + "@tailwindcss/vite": "^4.1.17", "astro": "5.15.4", - "framer-motion": "^12.23.18", + "framer-motion": "^12.23.24", "sanitize-html": "^2.17.0", - "sharp": "^0.34.4", - "tailwindcss": "^4.1.13" + "sharp": "^0.34.5", + "tailwindcss": "^4.1.17" }, "devDependencies": { - "@tailwindcss/typography": "^0.5.18", + "@tailwindcss/typography": "^0.5.19", "@typescript-eslint/parser": "8.46.3", "eslint": "9.39.1", "eslint-config-prettier": "10.1.8", "eslint-plugin-astro": "1.5.0", "prettier": "^3.6.2", "prettier-plugin-astro": "^0.14.1", - "prettier-plugin-tailwindcss": "^0.7.0", + "prettier-plugin-tailwindcss": "^0.7.1", "typescript-eslint": "8.46.3" } } \ No newline at end of file