Skip to content

Commit a252d74

Browse files
authored
🔧(web) Fix/dependabot vitest node24 (#674)
* (frontend) Bump Vitest to 3.2.6 * (web) Pin Node.js to version 24 * (web) Add .slugignore
1 parent 5845037 commit a252d74

5 files changed

Lines changed: 85 additions & 81 deletions

File tree

.github/actions/setup-pnpm-node/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inputs:
77
default: "11"
88
node-version:
99
description: Node.js version to install
10-
default: "22"
10+
default: "24"
1111
lock-file-path:
1212
description: Path to the pnpm lock file for caching
1313
required: true

src/web/.slugignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/node_modules
2+
/tests
3+
/presentation/frontend/src
4+
/presentation/frontend/.storybook

src/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"packageManager": "pnpm@11.1.3",
55
"engines": {
6-
"node": ">=22"
6+
"node": "24.x"
77
},
88
"scripts": {
99
"build": "pnpm --filter csplab-frontend build",

0 commit comments

Comments
 (0)