Skip to content

Commit dbb503f

Browse files
authored
fix(chore): support node12 on add
The dependency to octokit was not bound to a major version making yarn add fomantic-ui break on node 12
1 parent 4b673d8 commit dbb503f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@actions/core": "^1.6.0",
32-
"@octokit/core": ">=3",
32+
"@octokit/core": "^3.6.0",
3333
"@octokit/rest": "^16.16.0",
3434
"better-console": "1.0.1",
3535
"browserslist": "^4.19.1",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
dependencies:
3232
"@octokit/types" "^6.0.3"
3333

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

0 commit comments

Comments
 (0)