1 Commits

Author SHA1 Message Date
30217a7377 Update dependency node to v24
All checks were successful
Build Check / build (pull_request) Successful in 9m43s
2026-04-02 17:41:50 +00:00
4 changed files with 341 additions and 161 deletions

View File

@@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: 22 node-version: 24
cache: 'pnpm' cache: 'pnpm'
- name: Install dependencies - name: Install dependencies

View File

@@ -1,4 +1,4 @@
FROM node:22-alpine AS builder FROM node:24-alpine AS builder
WORKDIR /pomoday WORKDIR /pomoday

View File

@@ -37,7 +37,7 @@
"@tailwindcss/vite": "^4.2.0", "@tailwindcss/vite": "^4.2.0",
"@tauri-apps/cli": "^2", "@tauri-apps/cli": "^2",
"@vitejs/plugin-vue": "^6.0.4", "@vitejs/plugin-vue": "^6.0.4",
"eslint": "^10.0.0", "eslint": "^9.39.2",
"eslint-plugin-format": "^1.4.0", "eslint-plugin-format": "^1.4.0",
"tailwindcss": "^4.2.0", "tailwindcss": "^4.2.0",
"typescript": "~5.9.3", "typescript": "~5.9.3",

496
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff