You've already forked hugo-extended
mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2026-06-14 15:45:27 -04:00
enable careful-downloader debug logs in CI
This commit is contained in:
@@ -27,11 +27,13 @@ jobs:
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
- name: yarn install and test
|
||||
run: |
|
||||
yarn install --frozen-lockfile
|
||||
yarn audit
|
||||
yarn test
|
||||
- run: yarn install --frozen-lockfile
|
||||
env:
|
||||
DEBUG: careful-downloader
|
||||
DEBUG_HIDE_DATE: 1
|
||||
DEBUG_COLORS: 0
|
||||
- run: yarn audit
|
||||
- run: yarn test
|
||||
- name: Checkout gohugoio/hugoBasicExample
|
||||
uses: actions/checkout@master
|
||||
with:
|
||||
|
||||
+1
-1
@@ -26,7 +26,7 @@
|
||||
"exports": "./index.js",
|
||||
"types": "./index.d.ts",
|
||||
"dependencies": {
|
||||
"careful-downloader": "^1.3.2",
|
||||
"careful-downloader": "^1.4.0",
|
||||
"log-symbols": "^5.0.0",
|
||||
"read-pkg-up": "^8.0.0"
|
||||
},
|
||||
|
||||
@@ -399,11 +399,12 @@ caniuse-lite@^1.0.30001251, caniuse-lite@^1.0.30001264:
|
||||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001265.tgz#0613c9e6c922e422792e6fcefdf9a3afeee4f8c3"
|
||||
integrity sha512-YzBnspggWV5hep1m9Z6sZVLOt7vrju8xWooFAgN6BA5qvy98qPAPb7vNUzypFaoh2pb3vlfzbDO8tB57UPGbtw==
|
||||
|
||||
careful-downloader@^1.3.2:
|
||||
version "1.3.2"
|
||||
resolved "https://registry.yarnpkg.com/careful-downloader/-/careful-downloader-1.3.2.tgz#ef142f302f6bb9d1af54b4550e16467667f3a684"
|
||||
integrity sha512-7hLwtEZCz0WwkZBnP1hfZWIYnRgpSR5jan3Pm5QchAgO9e3LJFgOjh+duSF+bWjVdIMKjt69LyAL/l2qQWFYiw==
|
||||
careful-downloader@^1.4.0:
|
||||
version "1.4.0"
|
||||
resolved "https://registry.yarnpkg.com/careful-downloader/-/careful-downloader-1.4.0.tgz#11a8c75c1084d8d703d534012cd076d2dae0f455"
|
||||
integrity sha512-JaMSAmHK4KjcZdtH8aja3lezqyMdFI5zR/SH/Ve4VoyFu9ycqe/DOm8gpW3Kfmq5DuSm2utTPN/Pjn+J6P6bIQ==
|
||||
dependencies:
|
||||
debug "^4.3.2"
|
||||
decompress "^4.2.1"
|
||||
fs-extra "^10.0.0"
|
||||
got "^11.8.2"
|
||||
@@ -525,7 +526,7 @@ crypto-random-string@^4.0.0:
|
||||
dependencies:
|
||||
type-fest "^1.0.1"
|
||||
|
||||
debug@4.3.2, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
|
||||
debug@4.3.2, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.2:
|
||||
version "4.3.2"
|
||||
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
|
||||
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
|
||||
|
||||
Reference in New Issue
Block a user