diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5248b95..39215d1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,12 +8,12 @@ jobs: strategy: matrix: - node: [14, 16] + node: [16, 18, 20, 21] steps: - - uses: actions/checkout@v3 - - name: Node ${{ matrix.node }} - uses: actions/setup-node@v3 - with: - node-version: ${{ matrix.node }} - - run: yarn + - uses: actions/checkout@v3 + - name: Node ${{ matrix.node }} + uses: actions/setup-node@v3 + with: + node-version: ${{ matrix.node }} + - run: yarn diff --git a/.prettierignore b/.prettierignore index c053487..76443cd 100644 --- a/.prettierignore +++ b/.prettierignore @@ -4,6 +4,7 @@ yarn.lock .* !.vscode !.eslintrc.js +!.github integration-tests/repositories/*/dist integration-tests/orchestrator/playwright-report integration-tests/**/*.svg