Skip to content

Commit 6e25313

Browse files
committed
Try to make yarn v1 and eslint happy
1 parent dfb5701 commit 6e25313

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/setup-node@v4
3838
with:
3939
node-version: ${{ matrix.nodejs_version }}
40-
# cache: 'yarn'
40+
cache: 'yarn'
4141

4242

4343
- name: Initialize

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,5 +316,8 @@
316316
"cheerio": "^1.0.0-rc.9",
317317
"luxon": "^2.5.2",
318318
"node-fetch": "^2.6.5"
319+
},
320+
"resolutions": {
321+
"strip-ansi": "6.0.1"
319322
}
320323
}

0 commit comments

Comments
 (0)