diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2acac8a..ddf9f78 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -6,7 +6,7 @@ on: jobs: lint: runs-on: alpine - container: node:20-bookworm + container: node:20-alpine steps: - name: Checkout @@ -19,8 +19,6 @@ jobs: git \ python3 \ py3-pip \ - nodejs \ - npm \ rust - name: Python sanity check