Skip to content

Commit

Permalink
Merge pull request #140 from VKCOM/SevereCloud/ci/engines-versions
Browse files Browse the repository at this point in the history
ci: engines use caret ranges
  • Loading branch information
8coon authored Jun 15, 2022
2 parents 6865c1d + be91e96 commit 2e5bf99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"typescript": "4.2.4"
},
"engines": {
"npm": ">=8.5.5",
"yarn": ">=1.21.1 <=1.22.18"
"npm": "^8.5.5",
"yarn": "^1.21.1"
}
}

0 comments on commit 2e5bf99

Please sign in to comment.