Skip to content

Commit

Permalink
fix : change node version to 22.10.0 (#2354)
Browse files Browse the repository at this point in the history
* node version update to v22.x

* yml node version update

* node version update

* fixed node version for railway
  • Loading branch information
vikasosmium authored and yesyash committed Jan 18, 2025
1 parent 3dc056d commit f2b27db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [22.13.0]
node-version: [22.10.0]

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@
"typescript": "5.3.3"
},
"engines": {
"node": "22.13.0"
"node": "22.10.0"
},
"pre-commit": [
"lint"
],
"volta": {
"node": "22.13.0",
"node": "22.10.0",
"yarn": "1.22.21"
}
}

0 comments on commit f2b27db

Please sign in to comment.