Skip to content

Commit

Permalink
Merge branch 'develop' into feat/add-api-to-edit-request
Browse files Browse the repository at this point in the history
  • Loading branch information
Achintya-Chatterjee authored Jan 17, 2025
2 parents 5af7389 + a266acf commit 9f9fcf5
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: [20.11.x]
node-version: [22.13.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": "20.x"
"node": "22.13.0"
},
"pre-commit": [
"lint"
],
"volta": {
"node": "20.11.1",
"node": "22.13.0",
"yarn": "1.22.21"
}
}

0 comments on commit 9f9fcf5

Please sign in to comment.