Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit 67212e2

Browse files
committed
fix: push to develop explicitly (bumping eslint to test third-party notice generation)
1 parent 06975a3 commit 67212e2

File tree

3 files changed

+186
-41
lines changed

3 files changed

+186
-41
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ jobs:
109109
uses: ad-m/[email protected]
110110
with:
111111
github_token: ${{ secrets.OPENSOURCE_BOT_TOKEN }}
112+
branch: develop
112113

113114
job-generate-release:
114115
runs-on: ubuntu-latest

package-lock.json

+184-40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@testing-library/react": "^10.0.4",
4848
"babel-jest": "^26.0.1",
4949
"babel-preset-gatsby": "^0.4.7",
50-
"eslint": "^6.8.0",
50+
"eslint": "^7.2.0",
5151
"identity-obj-proxy": "^3.0.0",
5252
"jest": "^26.0.1",
5353
"prettier": "^1.19.1",

0 commit comments

Comments
 (0)