diff --git a/.github/workflows/integrity-check.yml b/.github/workflows/integrity-check.yml index a9945e19..0332e828 100644 --- a/.github/workflows/integrity-check.yml +++ b/.github/workflows/integrity-check.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '18' - run: yarn - run: yarn lint - run: yarn test:ci --coverage