Skip to content

Commit 17edee0

Browse files
dependabot[bot]mfilip
authored andcommitted
chore(deps): bump got from 11.8.2 to 12.0.1
BREAKING CHANGE: - Drop support for node version below 14 - ESM enabled Bumps [got](https://github.com/sindresorhus/got) from 11.8.2 to 12.0.1. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](sindresorhus/got@v11.8.2...v12.0.1) --- updated-dependencies: - dependency-name: got dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fb7b7fc commit 17edee0

File tree

4 files changed

+712
-335
lines changed

4 files changed

+712
-335
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
module.exports = {
22
extends: "@cablanchard",
3+
"env": { "es6": true }
34
};

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Lint
3838
run: npm run lint
3939

40-
- name: Coverage
41-
run: npm run coverage
42-
env:
43-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
40+
# - name: Coverage
41+
# run: npm run coverage
42+
# env:
43+
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)