Skip to content

Commit b0467e8

Browse files
authored
feat: block automerge github-action-merge-dependabot major version (#114)
* chore: refactor * add tests * feat: blocks github-action-merge-dependabot automerge * add tests * add build
1 parent 574e485 commit b0467e8

File tree

9 files changed

+1470
-807
lines changed

9 files changed

+1470
-807
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"ecmaVersion": 2020
1010
},
1111
"rules": {
12-
"strict": ["error", "global"]
12+
"strict": ["error", "global"],
13+
"eol-last": ["error", "always"]
1314
}
1415
}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/[email protected]
88
- uses: actions/[email protected]
99
with:
10-
node-version: '14.x'
10+
node-version: 12 # https://github.com/actions/runner/issues/772
1111
- run: npm ci
1212
- run: npm run lint
1313
- run: npm run test

0 commit comments

Comments
 (0)