diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 56eb718..4ae4ad5 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,9 +13,8 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '20' - cache: 'npm' + node-version: '18' - run: npm ci - - run: npm run typecheck - run: npm run lint + - run: npm run typecheck - run: npm test