Build(deps): Bump tshy from 3.0.3 to 3.1.0 #10348
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: eslint | |
| # yamllint disable-line rule:truthy | |
| on: [push, pull_request] | |
| jobs: | |
| test: | |
| if: false # disabled because currently failing | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v5 | |
| - uses: actions/setup-node@v6 | |
| with: | |
| node-version: '22' | |
| - name: npm clean-install | |
| run: npm clean-install --ignore-scripts | |
| - name: npm run lint | |
| run: npm run lint |