Skip to content

Commit c6d3373

Browse files
authored
Security: Update Node version (#243)
1 parent 13c9fb2 commit c6d3373

5 files changed

Lines changed: 14 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Use Node.js
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: '24'
21+
node-version-file: '.node-version'
2222
cache: 'pnpm'
2323

2424
- name: Install dependencies

.mise.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[tools]
2+
node = "24.15.0"
3+
4+
[hooks]
5+
enter = "mise install"
6+

.node-version

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
24.15.0
2+

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
engine-strict=true
2+

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,8 @@
4141
"picomatch": "^4.0.4",
4242
"vite@<7.3.2": "7.3.2"
4343
}
44+
},
45+
"engines": {
46+
"node": "24.15.0"
4447
}
4548
}

0 commit comments

Comments
 (0)