diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1621e097..0be25504 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: ci: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: taiga-family/ci/actions/setup/node@v1.25.8 - run: npm run build - run: npm run prettier -- --check