Skip to content

Commit

Permalink
Merge branch 'develop' into BUG-2340/logs-query
Browse files Browse the repository at this point in the history
  • Loading branch information
vinit717 authored Jan 18, 2025
2 parents 8eaac16 + a266acf commit 8f324de
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 8f324de

Please sign in to comment.