Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Workaround to avoid alpha package (#418)
Browse files Browse the repository at this point in the history
* `npm install --save-dev @typescript-eslint/eslint-plugin@5.44.0 @typescript-eslint/parser@5.44.0`

* Prefer stable package even if using ugly eslint disables
  • Loading branch information
kachick committed Nov 24, 2022
1 parent 01ce734 commit e89b6d0
Show file tree
Hide file tree
Showing 5 changed files with 184 additions and 176 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-official.yml
Expand Up @@ -41,8 +41,7 @@ jobs:
with:
node-version: '${{ fromJson(needs.asdf-parser.outputs.tool-versions).nodejs }}'
cache: npm
# TODO: Revert `--legacy-peer-deps` after typescript-eslint released 5.44.1 or later. See https://github.com/kachick/renovate-config-asdf/pull/415
- run: npm ci --legacy-peer-deps # `--ignore-scripts` do not cover RE2
- run: npm ci
# renovate.json will always tested by the CLI
- run: RENOVATE_CONFIG_FILE=default.json npx renovate-config-validator
- run: RENOVATE_CONFIG_FILE=self.json npx renovate-config-validator
3 changes: 1 addition & 2 deletions .github/workflows/ci-typescript.yml
Expand Up @@ -38,8 +38,7 @@ jobs:
with:
node-version: '${{ fromJson(needs.asdf-parser.outputs.tool-versions).nodejs }}'
cache: npm
# TODO: Revert `--legacy-peer-deps` after typescript-eslint released 5.44.1 or later. See https://github.com/kachick/renovate-config-asdf/pull/415
- run: npm ci --legacy-peer-deps
- run: npm ci
- run: npx tsc
- run: make eslint-check
- run: npx ts-node-test test/*.ts

0 comments on commit e89b6d0

Please sign in to comment.