fix(deps): update module github.com/gruntwork-io/terratest to v0.56.0 - autoclosed #2122
Workflow file for this run
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: Node | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| - release-* | |
| push: | |
| branches: | |
| - main | |
| - release-* | |
| jobs: | |
| yarn: | |
| name: Run Node checks | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check-out code | |
| uses: actions/checkout@v6 | |
| - name: Set up Node | |
| uses: actions/setup-node@v6 | |
| with: | |
| node-version: 24 | |
| - name: Enable Corepack | |
| run: corepack enable | |
| - run: yarn install | |
| working-directory: client/web/antrea-ui/ | |
| - run: yarn lint | |
| working-directory: client/web/antrea-ui/ | |
| - run: yarn test | |
| working-directory: client/web/antrea-ui/ |