diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce4a3d8..3373711 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v7 with: - node-version: '22' + node-version: '24' cache: 'npm' - name: Install dependencies @@ -42,7 +42,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v7 with: - node-version: '22' + node-version: '24' cache: 'npm' - name: Install dependencies diff --git a/Dockerfile b/Dockerfile index 38cf23a..c4dbc19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # Multi-stage build for the SvelteKit admin panel. # Stage 1: install and build. Stage 2: minimal runtime with adapter-node output. -ARG NODE_VERSION=22.11.0 +ARG NODE_VERSION=24.18.0 FROM node:${NODE_VERSION}-alpine AS deps WORKDIR /app diff --git a/package-lock.json b/package-lock.json index 7a307ab..9ba14be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "pg": "^8.22.0", "svelte": "^5.56.7", "svelte-check": "^4.7.3", - "tailwindcss": "^4.2.2", + "tailwindcss": "4.3", "typescript": "^6.0.3", "vite": "^8.1.5", "vitest": "^4.1.10" diff --git a/package.json b/package.json index 299f836..9477320 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "pg": "^8.22.0", "svelte": "^5.56.7", "svelte-check": "^4.7.3", - "tailwindcss": "^4.2.2", + "tailwindcss": "4.3", "typescript": "^6.0.3", "vite": "^8.1.5", "vitest": "^4.1.10"