Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Unlocked Node version
Browse files Browse the repository at this point in the history
Node version 17.6.0 had a continuous error message "info There appears to be trouble with your network connection. Retrying..." corrected by nodejs/node#42279 with the release of version 17.6.1.
  • Loading branch information
simao-silva authored Mar 11, 2022
1 parent dee76f7 commit c31363c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"packageRules": [
{
"matchPackageNames": ["nodejs/node"],
"allowedVersions": "<=17.6.0"
"allowedVersions": "!/^17\\.6\\.0/"
},
{
"matchUpdateTypes": [
Expand Down

0 comments on commit c31363c

Please sign in to comment.