Skip to content

Commit

Permalink
fix(chore): support node12 on add
Browse files Browse the repository at this point in the history
The dependency to octokit was not bound to a major version making yarn add fomantic-ui break on node 12
  • Loading branch information
lubber-de authored Oct 19, 2022
1 parent 4b673d8 commit dbb503f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@actions/core": "^1.6.0",
"@octokit/core": ">=3",
"@octokit/core": "^3.6.0",
"@octokit/rest": "^16.16.0",
"better-console": "1.0.1",
"browserslist": "^4.19.1",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
dependencies:
"@octokit/types" "^6.0.3"

"@octokit/core@>=3":
"@octokit/core@^3.6.0":
version "3.6.0"
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-3.6.0.tgz#3376cb9f3008d9b3d110370d90e0a1fcd5fe6085"
integrity sha512-7RKRKuA4xTjMhY+eG3jthb3hlZCsOwg3rztWh75Xc+ShDWOfDDATWbeZpAHBNRpm4Tv9WgBMOy1zEJYXG6NJ7Q==
Expand Down

0 comments on commit dbb503f

Please sign in to comment.