Skip to content

Commit

Permalink
Try to make yarn v1 and eslint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederisk committed Aug 1, 2024
1 parent dfb5701 commit 6e25313
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.nodejs_version }}
# cache: 'yarn'
cache: 'yarn'


- name: Initialize
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,5 +316,8 @@
"cheerio": "^1.0.0-rc.9",
"luxon": "^2.5.2",
"node-fetch": "^2.6.5"
},
"resolutions": {
"strip-ansi": "6.0.1"
}
}

0 comments on commit 6e25313

Please sign in to comment.