Skip to content
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 .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v7
with:
node-version: '22.x'
node-version: '24.x'
- name: install node deps
run: npm install
- name: node build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v7
with:
node-version: '22.x'
node-version: '24.x'
- name: install node deps
run: npm install --ignore-scripts --no-audit --no-fund
- name: Semantic Release
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: setup node
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
with:
node-version: '22.x'
node-version: '24.x'
cache: 'pnpm'

- name: install node deps
Expand All @@ -46,7 +46,7 @@ jobs:
- name: setup node
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
with:
node-version: '22.x'
node-version: '24.x'
cache: 'pnpm'

- name: install node deps
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- name: setup node
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
with:
node-version: '22.x'
node-version: '24.x'
cache: 'pnpm'
- name: install node deps
run: pnpm install --ignore-scripts --frozen-lockfile
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
- name: setup node
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
with:
node-version: '22.x'
node-version: '24.x'
cache: 'pnpm'
- name: setup java
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654
Expand Down Expand Up @@ -309,7 +309,7 @@ jobs:
- name: setup node
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
with:
node-version: '22.x'
node-version: '24.x'
cache: 'pnpm'
- name: setup java
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22-alpine AS base
FROM node:24-alpine AS base
RUN apk add --no-cache git
RUN npm install -g pnpm@10.32.1

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@testing-library/react": "^16",
"@testing-library/user-event": "^14",
"@toycode/markdown-it-class": "1.2.4",
"@types/node": "^22.0.0",
"@types/node": "^24.0.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"bulma": "1.0.4",
Expand Down Expand Up @@ -187,7 +187,7 @@
"unicorn/prefer-at": "warn"
}
},
"version": "3.15.58",
"version": "3.15.59",
"dependencies": {
"@codemirror/lang-markdown": "^6.5.0",
"@codemirror/view": "^6.43.5",
Expand Down
Loading
Loading