diff --git a/.github/workflows/lint-format.yml b/.github/workflows/lint-format.yml index 1c8033d..62978d3 100644 --- a/.github/workflows/lint-format.yml +++ b/.github/workflows/lint-format.yml @@ -1,9 +1,11 @@ name: lint-format on: - push: - branches: - - master - - production + push: + branches: + - main + pull_request: + branches: + - main jobs: check-bats-version: @@ -12,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '18' - run: npm i - run: npm run lint - run: npm run format