Skip to content

Commit

Permalink
fix: volta用のNode.jsとnpmのバージョンを更新し、ワークフローのパスを修正 (#2368)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Nov 26, 2024
1 parent 7030529 commit 98157ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Check version
on:
pull_request:
paths:
- "/.node-version"
- "/package.json"
- ".node-version"
- "package.json"
workflow_dispatch:

defaults:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"npm": ">=10.9.0 <11"
},
"volta": {
"node": "20.12.2",
"npm": "10.5.0"
"node": "22.11.0",
"npm": "10.9.0"
},
"scripts": {
"test:unit": "vitest --run",
Expand Down

0 comments on commit 98157ca

Please sign in to comment.