chore(deps): update node version to 24.11.1 in workflows and .npmrc

This commit is contained in:
oekazuma 2025-11-20 09:54:26 +09:00
parent cbc4561ada
commit dd31270bc9
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ jobs:
uses: withastro/action@2226b5671ff302b175d9843add614af27e60bbfc # v5.0.0
with:
path: docs
node-version: 22.19.0
node-version: 24.11.1
package-manager: pnpm@latest
deploy:

2
.npmrc
View File

@ -1,2 +1,2 @@
engine-strict=true
use-node-version=22.19.0
use-node-version=24.11.1