diff --git a/.github/workflows/integrity-check.yml b/.github/workflows/integrity-check.yml index 0332e828..a9945e19 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: '18' + node-version: '20' - run: yarn - run: yarn lint - run: yarn test:ci --coverage